* chore: shard unit tests * chore: move paypal and stripe to swc * chore: update actions * chore: refactor http paypal client * chore: added changeset * chore: remove medusa changes
12 lines
133 B
Plaintext
12 lines
133 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es5",
|
|
"parser": {
|
|
"syntax": "typescript"
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
}
|