mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 06:10:44 -05:00
28 lines
600 B
Plaintext
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
|
|
}
|