mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-20 02:31:02 +02:00
saving
This commit is contained in:
parent
9e9307a2aa
commit
e26caa0b12
123 changed files with 3478 additions and 10078 deletions
12
ts/tsconfig.json
Normal file
12
ts/tsconfig.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true
|
||||
},
|
||||
"references": [
|
||||
{ "path": "packages/base" },
|
||||
{ "path": "packages/flow" },
|
||||
{ "path": "packages/cli" },
|
||||
{ "path": "packages/mcp" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue