Skip to content

Commit

Permalink
fix: add ESM types exports resolution (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 authored Feb 13, 2023
1 parent ae34640 commit dea4e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ docs/styles
.rts2_cache_es
.rts2_cache_umd

.idea/
.idea/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"exports": {
".": {
"types": "./lib/index.d.ts",
"require": "./lib/index.cjs",
"import": "./lib/index.module.js"
}
Expand Down

0 comments on commit dea4e6b

Please sign in to comment.