mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-18 13:34:56 +08:00
19 lines
335 B
Plaintext
19 lines
335 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"jsx": true,
|
|
"dynamicImport": true
|
|
},
|
|
"target": "es2020",
|
|
"keepClassNames": true,
|
|
"transform": { "react": { "runtime": "classic" } }
|
|
},
|
|
"module": {
|
|
"type": "es6",
|
|
"noInterop": true,
|
|
"ignoreDynamic": true
|
|
},
|
|
"sourceMaps": true
|
|
}
|