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