0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 17:30:42 -05:00
server/project/tsconfig.typedef.json

10 lines
209 B
JSON
Raw Normal View History

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