0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 08:10:44 -05:00
server/project/tsconfig.types.json

12 lines
254 B
JSON
Raw Normal View History

2023-03-03 15:23:46 +00:00
{
"extends": "./tsconfig.json",
2023-03-03 15:23:46 +00:00
"compilerOptions": {
"strict": false,
"noEmit": false,
2023-03-03 15:23:46 +00:00
"emitDeclarationOnly": true,
"declaration": true,
"declarationDir": "./types"
2023-03-03 15:23:46 +00:00
},
"exclude": ["./types/**/*"]
}