Files
SolTube/packages/ffmpeg/tsconfig.json
ShreejitPanchal 6601501eff Init commit
2026-05-19 19:56:02 +08:00

13 lines
247 B
JSON

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