Skip to content

Commit 8a68829

Browse files
committed
Emit ts declaration for esm
1 parent c13e601 commit 8a68829

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/bip39
66
/test-builds
77
/node_modules
8-
/.parcel-cache
8+
.parcel-cache
99
/esm
1010
/test/node_modules
1111
/test/package-lock.json

tsconfig.prod.esm.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"module": "es6",
66
"moduleResolution": "node",
77
"strict": true,
8+
"declaration": true,
89
"rootDir": "src",
910
"outDir": "esm"
1011
},

0 commit comments

Comments
 (0)