You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
617 B
JSON
20 lines
617 B
JSON
{
|
|||
"extends": "./tsconfig.json",
|
|||
"compilerOptions": {
|
|||
"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" },
|
|||
{ "path": "../packages/typescript-utils" },
|
|||
{ "path": "../packages/transcription" }
|
|||
]
|
|||
}
|