88058287e4
holding @swc/cli and megalodon
31 lines
520 B
Text
31 lines
520 B
Text
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": true,
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true
|
|
},
|
|
"experimental": {
|
|
"keepImportAssertions": true,
|
|
"emitAssertForImportAttributes": true
|
|
},
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
"target": "es2022"
|
|
},
|
|
"minify": false,
|
|
"module": {
|
|
"type": "es6",
|
|
"strict": true,
|
|
"resolveFully": true
|
|
}
|
|
}
|