Skip to content

Commit

Permalink
update tsconfig path to default exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Mar 23, 2023
1 parent 0fd72a4 commit 4c50572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"moduleResolution": "nodenext",
"paths": {
"lib0/*": ["./*"],
"lib0/webcrypto": ["./webcrypto.browser.js"],
"lib0/webcrypto": ["./webcrypto.js"],
"lib0/performance": ["./performance.node.js"],
"lib0/logging": ["./logging.node.js"]
}
Expand Down

0 comments on commit 4c50572

Please sign in to comment.