0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 22:30:43 -05:00

Fix types generation command not working

This commit is contained in:
Dev 2023-11-01 14:20:27 +00:00
parent b1842e1c49
commit d74b505a7b

View File

@ -3,7 +3,13 @@
"compilerOptions": {
"emitDeclarationOnly": true,
"declaration": true,
"declarationDir": "./types"
"declarationDir": "./types",
"baseUrl": ".",
"paths": {
"@spt-aki/*": [
"src/*"
]
}
},
"exclude": [
"./types/**/*"