0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 17:30:42 -05:00

Added 2 additional flags to compiler options

This commit is contained in:
Dev 2024-08-03 22:24:32 +01:00
parent e15bf4245b
commit 6d5f58c9db

View File

@ -1,5 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"noUncheckedIndexedAccess": true,
"moduleDetection": "force",
"allowJs": false, "allowJs": false,
"module": "CommonJS", "module": "CommonJS",
"target": "ES2022", "target": "ES2022",