Fix weird type recursion in MCP plugin

This commit is contained in:
Gregory Schier
2026-01-04 15:46:05 -08:00
parent 4f7e67b106
commit 4b54c22012
5 changed files with 438 additions and 544 deletions

View File

@@ -1,3 +1,7 @@
{
"extends": "../../tsconfig.json"
"extends": "../../tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"moduleResolution": "Bundler"
}
}