Skip to content

Commit c2b9778

Browse files
committed
Added index.d.ts to package.json
1 parent 64a8c66 commit c2b9778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"dist",
1010
"lib",
1111
"es",
12-
"src"
12+
"src",
13+
"index.d.ts"
1314
],
1415
"scripts": {
1516
"clean": "rimraf lib dist es coverage",

0 commit comments

Comments
 (0)