Init commit
This commit is contained in:
15
packages/transcription/tsconfig.types.json
Normal file
15
packages/transcription/tsconfig.types.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../types-generator/dist-tmp/peertube-transcription",
|
||||
"tsBuildInfoFile": "../types-generator/dist-tmp/peertube-transcription/.tsbuildinfo",
|
||||
"stripInternal": true,
|
||||
"removeComments": false,
|
||||
"emitDeclarationOnly": true,
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../models" },
|
||||
{ "path": "../core-utils" },
|
||||
{ "path": "../node-utils" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user