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-09-14 22:28:29 -07:00
|
|
|
"keepImportAttributes": 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-10-08 11:20:14 -07:00
|
|
|
"target": "es2018"
|
|
|
|
},
|
|
|
|
"module": {
|
|
|
|
"type": "commonjs",
|
2023-02-22 22:36:17 -08:00
|
|
|
},
|
|
|
|
"minify": false
|
2022-09-21 12:51:16 -07:00
|
|
|
}
|