0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 04:50:44 -05:00
server/project/.swcrc

28 lines
600 B
Plaintext

{
"$schema": "https://swc.rs/schema.json",
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": true,
"decorators": true
},
"transform": {
"decoratorMetadata": true
},
"target": "esnext",
"loose": true,
"externalHelpers": false,
"keepClassNames": true,
"baseUrl": "./",
"paths": {
"@spt/*": ["src/*"]
}
},
"module": {
"type": "commonjs",
"strictMode": false
},
"sourceMaps": true,
"minify": false
}