Files
ShreejitPanchal 6601501eff Init commit
2026-05-19 19:56:02 +08:00

13 lines
260 B
JSON

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