Skip to content

Commit

Permalink
feat: migrate to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
David Osorio committed Jul 2, 2024
1 parent 8f59f10 commit 8b388f3
Show file tree
Hide file tree
Showing 14 changed files with 562 additions and 114 deletions.
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is written to be a whitelist instead of a blacklist. Start by
# ignoring everything, then add back the files we want to be included in the
# final NPM package.
*

# And these are the files that are allowed.
!/README.md
!/LICENSE.md
!/README_EN.md
!/package.json
!/cjs/**/*
!/esm/**/*
Loading

0 comments on commit 8b388f3

Please sign in to comment.