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

14 lines
261 B
JSON

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