mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 17:39:39 +02:00
13 lines
212 B
JSON
13 lines
212 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src"
|
||
|
|
},
|
||
|
|
"include": ["src"],
|
||
|
|
"references": [
|
||
|
|
{ "path": "../base" },
|
||
|
|
{ "path": "../mcp" }
|
||
|
|
]
|
||
|
|
}
|