mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-11-21 01:14:48 +08:00
17 lines
286 B
Plaintext
17 lines
286 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"jsx": true,
|
|
"dynamicImport": true
|
|
},
|
|
"target": "es2020",
|
|
"keepClassNames": true,
|
|
"transform": { "react": { "runtime": "classic" } }
|
|
},
|
|
"module": {
|
|
"type": "es6",
|
|
},
|
|
"sourceMaps": true
|
|
}
|