2022-09-21 12:51:16 -07:00
|
|
|
{
|
2023-02-22 22:36:17 -08:00
|
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
|
|
"jsc": {
|
|
|
|
"parser": {
|
|
|
|
"syntax": "typescript",
|
|
|
|
"dynamicImport": true,
|
|
|
|
"decorators": true
|
|
|
|
},
|
|
|
|
"transform": {
|
|
|
|
"legacyDecorator": true,
|
|
|
|
"decoratorMetadata": true
|
|
|
|
},
|
2023-01-18 23:57:37 -08:00
|
|
|
"experimental": {
|
2023-12-13 18:35:17 -08:00
|
|
|
"keepImportAssertions": true
|
2023-01-18 23:57:37 -08:00
|
|
|
},
|
2023-02-22 22:36:17 -08:00
|
|
|
"baseUrl": "src",
|
2023-01-18 23:57:37 -08:00
|
|
|
"paths": {
|
2023-02-22 22:36:17 -08:00
|
|
|
"@/*": ["*"]
|
2023-01-18 23:57:37 -08:00
|
|
|
},
|
2023-06-25 05:13:15 -07:00
|
|
|
"target": "es2022"
|
2023-02-22 22:36:17 -08:00
|
|
|
},
|
|
|
|
"minify": false
|
2022-09-21 12:51:16 -07:00
|
|
|
}
|