Skip to content

Commit

Permalink
fix: typescript lookup of aztec.js types (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Sep 2, 2023
1 parent ad9c668 commit 22901ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yarn-project/aztec.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "module",
"exports": {
"node": "./dest/index.js",
"default": "./dest/main.js"
"default": "./dest/main.js",
"import": "./dest/index.js"
},
"typedocOptions": {
"entryPoints": [
Expand Down

0 comments on commit 22901ae

Please sign in to comment.