2023-06-24 09:59:27 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
|
|
"jsc": {
|
|
|
|
"parser": {
|
|
|
|
"syntax": "typescript",
|
|
|
|
"dynamicImport": true,
|
|
|
|
"decorators": true
|
|
|
|
},
|
|
|
|
"transform": {
|
|
|
|
"legacyDecorator": true,
|
|
|
|
"decoratorMetadata": true
|
|
|
|
},
|
2024-02-10 18:43:22 +01:00
|
|
|
"experimental": {
|
|
|
|
"emitAssertForImportAttributes": true
|
|
|
|
},
|
2023-06-24 09:59:27 +02:00
|
|
|
"target": "es2022"
|
|
|
|
},
|
|
|
|
"minify": false,
|
|
|
|
"module": {
|
2024-04-26 04:22:51 +02:00
|
|
|
"type": "es6",
|
2024-02-10 18:43:22 +01:00
|
|
|
"strict": true,
|
|
|
|
"resolveFully": true
|
2023-06-24 09:59:27 +02:00
|
|
|
}
|
|
|
|
}
|