Skip to content

Commit a9e27c5

Browse files
authored
fix: declaration files updated
1 parent ba88bbf commit a9e27c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
index.js
3+
index.d.ts

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"dom.iterable",
77
"esnext"
88
],
9+
"declaration": true,
910
"allowJs": true,
1011
"skipLibCheck": true,
1112
"esModuleInterop": true,

0 commit comments

Comments
 (0)