woltsu / tsynamo

Type-friendly TypeScript DynamoDB query builder!
MIT License
31 stars 6 forks source link

Add type and module resolution check for prs #36

Open otahontas opened 2 months ago

otahontas commented 2 months ago

This PR adds a type and module resolution for prs. It runs arethetypeswrong -tool in CI, which reports if your types or module resolution fails when using esm or csj. Useful in case you change something in your build setup in the future 👍