Bitcoin MCP Server

by AbdelStark
Verified
MIT License
100
18
  • Apple
{ "compilerOptions": { "target": "ES2020", "module": "ES2022", "moduleResolution": "node", "outDir": "build", "rootDir": "src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "**/*.test.ts"] }