1
0
Fork 0
peertube/server/tsconfig.types.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/"
]
}