Skip to content

Commit

Permalink
Support TS 4.7 moduleResolution Node16/NodeNext (#576)
Browse files Browse the repository at this point in the history
* Support TS 4.7 moduleResolution Node16/NodeNext
  • Loading branch information
josundt authored Jun 15, 2022
1 parent 0c81853 commit 7bd2054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"types": "dist/types/oidc-client-ts.d.ts",
"exports": {
".": {
"types": "./dist/types/oidc-client-ts.d.ts",
"import": "./dist/esm/oidc-client-ts.js",
"require": "./dist/umd/oidc-client-ts.js"
},
Expand Down

0 comments on commit 7bd2054

Please sign in to comment.