PeerTube/packages/models/tsconfig.types.json

11 lines
287 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../types-generator/dist/peertube-models",
"tsBuildInfoFile": "../types-generator/dist/peertube-models/.tsbuildinfo",
"stripInternal": true,
"removeComments": false,
"emitDeclarationOnly": true
}
}