0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:30:45 -05:00
server/project/typedef_tsconfig.json

11 lines
222 B
JSON
Raw Normal View History

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