2
1

tsconfig.types.json 287 B

12345678910
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "outDir": "../types-generator/dist/peertube-models",
  5. "tsBuildInfoFile": "../types-generator/dist/peertube-models/.tsbuildinfo",
  6. "stripInternal": true,
  7. "removeComments": false,
  8. "emitDeclarationOnly": true
  9. }
  10. }