Skip to content

Commit

Permalink
fix resolution when module: NodeNext and moduleResolution: NodeNext
Browse files Browse the repository at this point in the history
… are used
  • Loading branch information
jannikac authored and kewisch committed Sep 11, 2024
1 parent e609077 commit b8c88c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
},
"exports": {
"import": "./dist/ical.js",
"require": "./dist/ical.es5.cjs"
"require": "./dist/ical.es5.cjs",
"types": "./dist/types/module.d.ts"
},
"files": [
"dist/ical.js",
Expand Down

0 comments on commit b8c88c3

Please sign in to comment.