Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Oct 17, 2024
1 parent 69be8bf commit d71ca8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ This monorepo contains the Typescript-based SDKs for AbstractSDK. Please [read t
pnpm build
```


## Types

We have tried to make this repository compatible with both ESM and CJS, following guides from https://johnnyreilly.com/dual-publishing-esm-cjs-modules-with-tsup-and-are-the-types-wrong.

To check the types are exported properly, run the commands in the packages in which you're interested:
```bash
npx --yes @arethetypeswrong/cli --pack .
```

0 comments on commit d71ca8a

Please sign in to comment.