Skip to content

Commit

Permalink
Fix typescript esm config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 10, 2023
1 parent 26a4fd4 commit 0a3a13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"outDir": "esm",
"target": "es2020",
"module": "es6",
"moduleResolution": "node16",
"moduleResolution": "bundler",
"baseUrl": ".",
"paths": {
"@noble/hashes/crypto": ["src/crypto"]
Expand Down

0 comments on commit 0a3a13b

Please sign in to comment.