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