UNPKG

realtime-grid-client

Version:

A simple client library for a real-time, N-dimensional grid state engine with atomic coordination, concurrent claims, and WebSocket-based event streaming.

14 lines 301 B
{ "compilerOptions": { "target": "ES2019", "module": "ES2015", "moduleResolution": "node", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src"] }