[READ-ONLY] Mirror of https://github.com/just-cameron/weather-agent. Get weather information of any city.
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}