PeerTube/packages/models/tsconfig.types.json

11 lines
295 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
2024-08-12 09:37:24 +02:00
"outDir": "../types-generator/dist-tmp/peertube-models",
"tsBuildInfoFile": "../types-generator/dist-tmp/peertube-models/.tsbuildinfo",
"stripInternal": true,
"removeComments": false,
"emitDeclarationOnly": true
}
}