2023-03-29 21:46:25 -07:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
|
|
"jsc": {
|
|
|
|
"parser": {
|
|
|
|
"syntax": "typescript",
|
|
|
|
"dynamicImport": true,
|
|
|
|
"decorators": true
|
|
|
|
},
|
|
|
|
"transform": {
|
|
|
|
"legacyDecorator": true,
|
|
|
|
"decoratorMetadata": true
|
|
|
|
},
|
|
|
|
"experimental": {
|
2023-09-14 22:28:29 -07:00
|
|
|
"keepImportAttributes": true
|
2023-03-29 21:46:25 -07:00
|
|
|
},
|
|
|
|
"baseUrl": "src",
|
|
|
|
"paths": {
|
|
|
|
"@/*": ["*"]
|
|
|
|
},
|
|
|
|
"target": "es2022"
|
|
|
|
},
|
|
|
|
"minify": false
|
|
|
|
}
|