11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "src",
|
|
"tsBuildInfoFile": "./dist/.tsbuildinfo",
|
|
},
|
|
"references": [
|
|
{ "path": "../transcription" }
|
|
]
|
|
}
|