trustgraph/ts/packages/cli/tsconfig.json
elpresidank ffd97375a8 saving
2026-05-12 08:06:58 -05:00

14 lines
268 B
JSON

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