Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ts-bindings): package.json needs type: module
Since we started using `module: nodenext` in tsconfig.json, we need to tell libraries that import these ones that the exported code is an ES Module. This fixes github.com/stellar/soroban-astro-template to work with libraries generated with `soroban contract bindings typescript`
- Loading branch information