Skip to content

Commit

Permalink
Ensure tslib.es6.js is typed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed May 1, 2023
1 parent a0a67d9 commit 897f11e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,16 @@
"sideEffects": false,
"exports": {
".": {
"module": "./tslib.es6.js",
"module": {
"types": "./tslib.d.ts",
"default": "./tslib.es6.js"
},
"import": {
"node": "./modules/index.js",
"default": "./tslib.es6.js"
"default": {
"types": "./tslib.d.ts",
"default": "./tslib.es6.js"
}
},
"default": "./tslib.js"
},
Expand Down

0 comments on commit 897f11e

Please sign in to comment.