Skip to content

Commit 050b635

Browse files
committed
adds typings to files
1 parent 108f0e7 commit 050b635

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"files": [
1919
"src/**/*.js",
20-
"src/**/*.json"
20+
"src/**/*.json",
21+
"types.d.ts"
2122
],
2223
"scripts": {
2324
"publish": "parcel build docs/index.html",

0 commit comments

Comments
 (0)