swc/tests/fixture/shopify/002/input/.swcrc

11 lines
162 B
Plaintext
Raw Normal View History

{
"jsc": {
"parser": {
"syntax": "ecmascript",
"jsx": true
}
},
"module": {
"type": "commonjs"
}
}