Server/project/tsconfig.typedef.json

18 lines
331 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declaration": true,
"declarationDir": "./types",
"baseUrl": ".",
"paths": {
"@spt-aki/*": [
"src/*"
]
}
},
"exclude": [
"./types/**/*"
]
}