Init commit
This commit is contained in:
25
server/tsconfig.json
Normal file
25
server/tsconfig.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../dist",
|
||||
"rootDir": ".",
|
||||
"tsBuildInfoFile": "../dist/.tsbuildinfo",
|
||||
"paths": {
|
||||
"@server/*": [ "./core/*" ]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../packages/core-utils" },
|
||||
{ "path": "../packages/ffmpeg" },
|
||||
{ "path": "../packages/models" },
|
||||
{ "path": "../packages/node-utils" },
|
||||
{ "path": "../packages/transcription" },
|
||||
{ "path": "../packages/typescript-utils" }
|
||||
],
|
||||
"include": [
|
||||
"./**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"./dist/**/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user