mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 05:50:44 -05:00
Merge branch '4.0.0-DEV' of https://github.com/sp-tarkov/server into 4.0.0-DEV
This commit is contained in:
commit
7826f4d095
@ -9,7 +9,7 @@
|
||||
"transform": {
|
||||
"decoratorMetadata": true
|
||||
},
|
||||
"target": "es2022",
|
||||
"target": "esnext",
|
||||
"loose": true,
|
||||
"externalHelpers": false,
|
||||
"keepClassNames": true,
|
||||
@ -21,10 +21,7 @@
|
||||
"exclude": ["node_modules/"],
|
||||
"module": {
|
||||
"type": "commonjs",
|
||||
"strict": false,
|
||||
"strictMode": false,
|
||||
"lazy": false,
|
||||
"noInterop": false
|
||||
"strictMode": false
|
||||
},
|
||||
"sourceMaps": true,
|
||||
"minify": false
|
||||
|
@ -60,8 +60,8 @@
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.8.3",
|
||||
"@pnpm/exe": "8.15.9",
|
||||
"@swc/cli": "~0.4",
|
||||
"@swc/core": "~1.7",
|
||||
"@swc/cli": "0.5.2",
|
||||
"@swc/core": "1.10.6",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/i18n": "~0.13",
|
||||
"@types/node": "22.10.2",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"moduleDetection": "force",
|
||||
"target": "es2022",
|
||||
"target": "ESNext",
|
||||
"module": "Preserve",
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user