24 lines
395 B
Plaintext
24 lines
395 B
Plaintext
|
{
|
||
|
"$schema": "https://json.schemastore.org/swcrc",
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"dynamicImport": true,
|
||
|
"decorators": true
|
||
|
},
|
||
|
"transform": {
|
||
|
"legacyDecorator": true,
|
||
|
"decoratorMetadata": true
|
||
|
},
|
||
|
"experimental": {
|
||
|
"keepImportAssertions": true
|
||
|
},
|
||
|
"baseUrl": "../built",
|
||
|
"paths": {
|
||
|
"@/*": ["*"]
|
||
|
},
|
||
|
"target": "es2022"
|
||
|
},
|
||
|
"minify": false
|
||
|
}
|