trustgraph/ts/packages/cli/tsconfig.json

14 lines
238 B
JSON
Raw Normal View History

2026-04-05 21:09:33 -05:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
2026-04-05 22:44:45 -05:00
"rootDir": "src",
"composite": true
2026-04-05 21:09:33 -05:00
},
"include": ["src"],
"references": [
{ "path": "../base" },
2026-04-05 22:44:45 -05:00
{ "path": "../client" }
2026-04-05 21:09:33 -05:00
]
}