WeatherAPI MCP Server

by swonixs
Verified
{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "node", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "allowJs": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }