MCP Tavily

by kshern
Verified
{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "outDir": "dist", "rootDir": "src", "declaration": true }, "include": ["src/**/*"] }