NullcatChan/.swcrc
2023-02-03 09:08:22 +09:00

25 lines
373 B
Plaintext

{
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": true,
"dynamicImport": false
},
"target": "esnext",
"keepClassNames": true,
"transform": {
"legacyDecorator": false,
"decoratorMetadata": false
},
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"module": {
"type": "commonjs",
"noInterop": false
}
}