Skip to content

Commit

Permalink
Merge pull request #217 from microsoft/bug/fix-modules-condition-type…
Browse files Browse the repository at this point in the history
…s-path

Fix path to `exports["module"]["types"]`
  • Loading branch information
andrewbranch committed Aug 18, 2023
2 parents 41c120d + 743045e commit 3071b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
Expand Down

0 comments on commit 3071b51

Please sign in to comment.