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:
parent
e15bf4245b
commit
6d5f58c9db
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"noUncheckedIndexedAccess": true,
|
||||||
|
"moduleDetection": "force",
|
||||||
"allowJs": false,
|
"allowJs": false,
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user