chore: relocate dbmole into packages/dbmole-mcp

This commit is contained in:
2026-06-16 19:31:59 +05:00
parent 0771fa21c7
commit 1b4a77fba9
48 changed files with 55 additions and 45 deletions
-14
View File
@@ -1,14 +0,0 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"types": ["node"]
},
"include": ["src", "test"]
}