We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faa946 commit 19b48f3Copy full SHA for 19b48f3
1 file changed
package.json
@@ -4,7 +4,8 @@
4
"description": "A graph data structure with topological sort.",
5
"main": "index.js",
6
"files": [
7
- "graph-data-structure.js"
+ "graph-data-structure.js",
8
+ "index.d.ts"
9
],
10
"scripts": {
11
"build": "tsc",
0 commit comments