Texas Holdem MCP Server

by freshlife001
Verified
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "lib": ["DOM", "ES2020"], "outDir": "./public/js", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["./src/poker-client.ts"], "exclude": ["./src/index.ts", "./src/models/**/*"] }