Skip to content

Commit

Permalink
feat: add root index (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Jan 30, 2023
1 parent b67c826 commit 5d82b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -69,7 +69,9 @@
"typedoc": "typedoc --entryPointStrategy expand src --out docs --logLevel Error"
},
"files": [
"lib"
"lib",
"index.js",
"index.d.ts"
],
"main": "./lib",
"types": "./index.d.ts",
Expand Down

0 comments on commit 5d82b87

Please sign in to comment.