MCP Compass

MIT License
10
7
  • Apple
  • Linux
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "allowJs": true, "outDir": "build", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "include": ["src/**/*"] }