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

12 lines
214 B
JSON

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