PeerTube/server/tsconfig.types.json

17 lines
316 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../packages/types/dist/server",
"stripInternal": true,
"removeComments": false,
"emitDeclarationOnly": true
},
"references": [
{ "path": "../shared/tsconfig.types.json" }
],
"exclude": [
"tools/",
"tests/"
]
}