Server/project/tsconfig.typedef.json

12 lines
223 B
JSON
Raw Normal View History

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