MCP Server for MySQL

MIT License
518
53
  • Linux
  • Apple
{ "compilerOptions": { "outDir": "./dist", "rootDir": ".", "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "removeComments": true, "pretty": false, "stripInternal": true, "newLine": "lf" }, "include": [ "./*.ts" ], "exclude": [ "node_modules" ] }