Skip to content

Commit 3d69964

Browse files
committed
Add types to package.json
1 parent b8b37c0 commit 3d69964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"main": "dist/main.js",
2020
"module": "dist/module.js",
2121
"source": "src/index.mjs",
22+
"types": "types/index.d.ts",
2223
"scripts": {
2324
"build": "parcel build",
2425
"lint": "node ./scripts/lint/index.cjs",

0 commit comments

Comments
 (0)