lunchmoney-mcp

by leafeye
Verified
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "outDir": "./build", "strict": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }