trustgraph/ts/packages/mcp/tsconfig.json
elpresidank e26caa0b12 saving
2026-04-05 21:09:33 -05:00

11 lines
186 B
JSON

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