16 lines
429 B
JSON
16 lines
429 B
JSON
{
|
|
"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" }
|
|
]
|
|
}
|