mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
23 lines
435 B
Plaintext
23 lines
435 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
|
|
},
|
|
"minify": false
|
|
}
|