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