This commit is contained in:
elpresidank 2026-05-12 08:06:58 -05:00
parent e8c7a4f6e0
commit ffd97375a8
160 changed files with 6704 additions and 1895 deletions

View file

@ -1,13 +1,20 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.root.tsbuildinfo",
"rootDir": ".",
"noEmit": true,
"rewriteRelativeImportExtensions": false,
"erasableSyntaxOnly": false,
"types": ["node", "bun"]
},
"references": [
{ "path": "packages/base" },
{ "path": "packages/client" },
{ "path": "packages/flow" },
{ "path": "packages/cli" },
{ "path": "packages/mcp" }
{ "path": "packages/mcp" },
{ "path": "packages/workbench" }
]
}