#ts-codegen

Minimal TypeScript Telepact example that shows both the generated client and the generated server bindings wired into the runtime library.

Browse the files:

Run it:

make run

The committed generated bindings also type-check in strict modern ESM setups without special compiler concessions:

npm run build
npm run build:bundler