2023-01-11 00:48:49 +00:00
|
|
|
{
|
2024-11-15 19:45:26 +00:00
|
|
|
"$schema": "https://swc.rs/schema.json",
|
2023-06-24 07:59:27 +00:00
|
|
|
"jsc": {
|
2024-11-15 19:45:26 +00:00
|
|
|
"parser": {
|
2023-06-24 07:59:27 +00:00
|
|
|
"syntax": "typescript",
|
|
|
|
"dynamicImport": true,
|
|
|
|
"decorators": true
|
2024-11-15 19:45:26 +00:00
|
|
|
|
2023-06-24 07:59:27 +00:00
|
|
|
},
|
|
|
|
"transform": {
|
|
|
|
"legacyDecorator": true,
|
|
|
|
"decoratorMetadata": true
|
|
|
|
},
|
2023-01-11 00:48:49 +00:00
|
|
|
"experimental": {
|
|
|
|
"keepImportAssertions": true
|
|
|
|
},
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@/*": [
|
|
|
|
"./src/*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"target": "es2022"
|
2023-06-24 07:59:27 +00:00
|
|
|
},
|
2024-11-15 19:45:26 +00:00
|
|
|
"module": {
|
|
|
|
"type": "es6",
|
|
|
|
"importInterop": "node",
|
|
|
|
"resolveFully": true
|
|
|
|
},
|
|
|
|
"minify": false
|
2023-01-11 00:48:49 +00:00
|
|
|
}
|