diff --git a/package.json b/package.json index 7fce8a0..e40d815 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,10 @@ "@types/unist": "^2.0.0", "hast-util-to-mdast": "^7.0.0" }, + "types": "index.d.ts", "files": [ - "index.js" + "index.js", + "index.d.ts" ], "devDependencies": { "@types/tape": "^4.0.0",