## Demo ```sh npm i -D typescript zk-types npx tsc --init ``` Modify `tsconfig.json` to have: ```json { "compilerOptions": { "types": ["zk-types"] } } ``` Create a TS file with whatever name (e.g., `demo.ts`) and start typing: ```ts const
published 10.2.1 • a month agopublished version 10.2.1, a month ago