Skip to content

Commit 19b48f3

Browse files
committed
Add index.d.ts to files in package.json
1 parent 8faa946 commit 19b48f3

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
@@ -4,7 +4,8 @@
44
"description": "A graph data structure with topological sort.",
55
"main": "index.js",
66
"files": [
7-
"graph-data-structure.js"
7+
"graph-data-structure.js",
8+
"index.d.ts"
89
],
910
"scripts": {
1011
"build": "tsc",

0 commit comments

Comments
 (0)