lowdefy/.swcrc.test

19 lines
337 B
Plaintext
Raw Normal View History

{
"jsc": {
"parser": {
"syntax": "ecmascript",
"jsx": true,
"dynamicImport": true
},
2021-11-08 00:03:00 +08:00
"target": "es2020",
2021-11-09 20:51:20 +08:00
"keepClassNames": true,
"transform": { "react": { "runtime": "automatic" } }
},
"module": {
"type": "es6",
"noInterop": true,
"ignoreDynamic": true
},
"sourceMaps": true
}