mirror of https://github.com/Chocobozzz/PeerTube
22 lines
597 B
JSON
22 lines
597 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../packages/types-generator/dist/server",
|
|
"tsBuildInfoFile": "../packages/types-generator/dist/server/.tsbuildinfo",
|
|
"stripInternal": true,
|
|
"removeComments": false,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"references": [
|
|
{ "path": "../packages/core-utils" },
|
|
{ "path": "../packages/ffmpeg" },
|
|
{ "path": "../packages/models" },
|
|
{ "path": "../packages/node-utils" },
|
|
{ "path": "../packages/server-commands" },
|
|
{ "path": "../packages/typescript-utils" }
|
|
],
|
|
"exclude": [
|
|
"tests/"
|
|
]
|
|
}
|