mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 05:30:43 -05:00
13 lines
254 B
JSON
13 lines
254 B
JSON
![]() |
{
|
||
|
"extends": "./base_tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "obj",
|
||
|
"declaration": true,
|
||
|
"sourceMap": true,
|
||
|
"noImplicitAny": false
|
||
|
},
|
||
|
"include": [
|
||
|
"./types/**/*",
|
||
|
"./src/**/*"
|
||
|
]
|
||
|
}
|