|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../types-generator/dist/peertube-models",
|
|
"tsBuildInfoFile": "../types-generator/dist/peertube-models/.tsbuildinfo",
|
|
"stripInternal": true,
|
|
"removeComments": false,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|