mirror of https://github.com/Chocobozzz/PeerTube
11 lines
287 B
JSON
11 lines
287 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../types-generator/dist/peertube-models",
|
||
|
"tsBuildInfoFile": "../types-generator/dist/peertube-models/.tsbuildinfo",
|
||
|
"stripInternal": true,
|
||
|
"removeComments": false,
|
||
|
"emitDeclarationOnly": true
|
||
|
}
|
||
|
}
|