Sharkey/packages/backend/.swcrc
April John ef5e9de7e6
Feat: binary builds (#60)
Automatic binary
2023-10-08 20:20:14 +02:00

26 lines
429 B
Text

{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": true,
"decorators": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"experimental": {
"keepImportAttributes": true
},
"baseUrl": "src",
"paths": {
"@/*": ["*"]
},
"target": "es2018"
},
"module": {
"type": "commonjs",
},
"minify": false
}