PeerTube/server/tsconfig.types.json

20 lines
617 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
2024-08-12 09:37:24 +02:00
"outDir": "../packages/types-generator/dist-tmp/server",
"tsBuildInfoFile": "../packages/types-generator/dist-tmp/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" },
2024-06-13 09:23:12 +02:00
{ "path": "../packages/typescript-utils" },
{ "path": "../packages/transcription" }
]
}