trustgraph/ts/packages/cli/tsconfig.json
elpresidank b6536eca38 init
2026-04-05 22:44:45 -05:00

13 lines
238 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"composite": true
},
"include": ["src"],
"references": [
{ "path": "../base" },
{ "path": "../client" }
]
}