mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 10:38:16 +08:00
24 lines
457 B
Plaintext
24 lines
457 B
Plaintext
|
{
|
||
|
"$schema": "https://json.schemastore.org/swcrc",
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"tsx": true,
|
||
|
"decorators": true,
|
||
|
"dynamicImport": true
|
||
|
},
|
||
|
"transform": {
|
||
|
"decoratorMetadata": true,
|
||
|
"legacyDecorator": true,
|
||
|
"react": {
|
||
|
"runtime": "classic"
|
||
|
}
|
||
|
},
|
||
|
"keepClassNames": true,
|
||
|
"externalHelpers": true,
|
||
|
"loose": false
|
||
|
},
|
||
|
"sourceMaps": true,
|
||
|
"minify": false
|
||
|
}
|