spacetimedb-client-typescript
Installation
SKILL.md
Use this skill for TypeScript and JavaScript client implementation.
Core TypeScript patterns
Generate bindings into the client source tree, then import generated names from that path:
spacetime generate --lang typescript --out-dir client/src/module_bindings --module-path spacetimedb
import { DbConnection, tables } from "./module_bindings";