23 lines
416 B
Plaintext
23 lines
416 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"decorators": true,
|
|
"dynamicImport": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true
|
|
},
|
|
"target": "es2021"
|
|
},
|
|
"module": {
|
|
"type": "commonjs",
|
|
"noInterop": false
|
|
},
|
|
"minify": false,
|
|
"sourceMaps": true
|
|
}
|