Verodat MCP Server

Official
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "outDir": "./build", "rootDir": "./", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "types": [ "node", "mocha", "chai" ], "declaration": true }, "include": [ "src/**/*", "tests/**/*" ], "exclude": [ "node_modules", "build" ] }