Type declarations for Done smart contract authors.
npm install done.zoneTypeScript declarations for authoring Done smart contracts with first-class editor support.
These types are generated by the cw-js build script.
Run:
``sh`
cargo build -p cw-js --features ts-bindings
and point your contract project's tsconfig.json at done.zone (via compilerOptions.types` or an explicit import).