mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 08:50:43 -05:00
This updates the npm debug command to type check before executing the run entry. If the check fails the debug will not continue.
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"noEmit": true
|
|
},
|
|
"exclude": ["./types/**/*"]
|
|
}
|