Files
SolTube/packages/models/tsconfig.types.json
ShreejitPanchal 6601501eff Init commit
2026-05-19 19:56:02 +08:00

11 lines
295 B
JSON

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