1
0
Fork 0
peertube/packages/transcription-devtools/tsconfig.json
2024-06-28 08:44:58 +02:00

11 lines
222 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "src",
"tsBuildInfoFile": "./dist/.tsbuildinfo",
},
"references": [
{ "path": "../transcription" }
]
}