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