## Description Set up the initial TypeScript project structure for MoltClaw cloud gateway. ## Requirements - [ ] package.json with name, version, scripts (build, dev, test, lint) - [ ] tsconfig.json targeting ES2022, ESM modules - [ ] src/ directory with index.ts entry point - [ ] .gitignore for node_modules, dist, .env - [ ] Add eslint + prettier config ## Skills TypeScript, Node.js project setup