PeerTube/server/tsconfig.types.json
2024-06-28 08:44:58 +02:00

23 lines
642 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" },
{ "path": "../packages/transcription" }
],
"exclude": [
"tests/"
]
}