Chocobozzz/PeerTube

View on GitHub
packages/models/tsconfig.types.json

Summary

Maintainability
Test Coverage
{
  "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
  }
}