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:
parent
b1842e1c49
commit
d74b505a7b
@ -3,7 +3,13 @@
|
||||
"compilerOptions": {
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"declarationDir": "./types"
|
||||
"declarationDir": "./types",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@spt-aki/*": [
|
||||
"src/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"./types/**/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user