Chocobozzz/PeerTube

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

Summary

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