Salesforce MCP Server

MIT License
18
  • Apple
  • Linux
{ "compilerOptions": { "target": "ES2020", "module": "ES2022", "moduleResolution": "bundler", "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "declaration": true, "rootDir": "./src" }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist"] }