mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 08:30:44 -05:00
9 lines
150 B
JSON
9 lines
150 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"strict": false,
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"exclude": ["./types/**/*"]
|
||
|
}
|