{ "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, }, "references": [ { "path": "../models" }, { "path": "../core-utils" }, { "path": "../node-utils" } ] }