Skip to content

Commit

Permalink
Emit ts declaration for esm
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 4, 2024
1 parent c13e601 commit 8a68829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/bip39
/test-builds
/node_modules
/.parcel-cache
.parcel-cache
/esm
/test/node_modules
/test/package-lock.json
Expand Down
1 change: 1 addition & 0 deletions tsconfig.prod.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "es6",
"moduleResolution": "node",
"strict": true,
"declaration": true,
"rootDir": "src",
"outDir": "esm"
},
Expand Down

0 comments on commit 8a68829

Please sign in to comment.