swc/packages/helpers/.swcrc

8 lines
96 B
Plaintext

{
"jsc": {
"target": "es5"
},
"module": {
"type": "commonjs"
}
}