2021-11-09 13:49:08 +01:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2023-07-31 14:34:36 +02:00
|
|
|
"outDir": "../packages/types-generator/dist/server",
|
|
|
|
"tsBuildInfoFile": "../packages/types-generator/dist/server/.tsbuildinfo",
|
2021-11-09 13:49:08 +01:00
|
|
|
"stripInternal": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"emitDeclarationOnly": true
|
|
|
|
},
|
|
|
|
"references": [
|
2023-07-31 14:34:36 +02:00
|
|
|
{ "path": "../packages/core-utils" },
|
|
|
|
{ "path": "../packages/ffmpeg" },
|
|
|
|
{ "path": "../packages/models" },
|
|
|
|
{ "path": "../packages/node-utils" },
|
|
|
|
{ "path": "../packages/server-commands" },
|
|
|
|
{ "path": "../packages/typescript-utils" }
|
2021-11-09 13:49:08 +01:00
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"tests/"
|
|
|
|
]
|
|
|
|
}
|