[READ-ONLY] Mirror of https://github.com/just-cameron/weather-agent. Get weather information of any city.
0

Configure Feed

Select the types of activity you want to include in your feed.

weather-agent / tsconfig.json
333 B 14 lines
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ES2022", 5 "moduleResolution": "bundler", 6 "esModuleInterop": true, 7 "forceConsistentCasingInFileNames": true, 8 "strict": true, 9 "skipLibCheck": true, 10 "outDir": "dist" 11 }, 12 "include": ["src/**/*"], 13 "exclude": ["node_modules", "dist", ".mastra"] 14}