d13e86ba46
Rebranded src code and scripts to SPT Co-authored-by: clodan <clodan@clodan.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/345 Co-authored-by: Alex <clodan@noreply.dev.sp-tarkov.com> Co-committed-by: Alex <clodan@noreply.dev.sp-tarkov.com>
36 lines
762 B
Plaintext
36 lines
762 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": true,
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"decoratorMetadata": true
|
|
},
|
|
"target": "es2022",
|
|
"loose": true,
|
|
"externalHelpers": false,
|
|
"keepClassNames": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@spt/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules/"
|
|
],
|
|
"module": {
|
|
"type": "commonjs",
|
|
"strict": false,
|
|
"strictMode": false,
|
|
"lazy": false,
|
|
"noInterop": false
|
|
},
|
|
"sourceMaps": true,
|
|
"minify": false
|
|
}
|