Skip to content

Commit a46ddff

Browse files
committed
fix(chore): added types option to package.json
1 parent b181660 commit a46ddff

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
@@ -14,6 +14,7 @@
1414
},
1515
"main": "./dist/index.cjs",
1616
"module": "./dist/index.mjs",
17+
"types": "./dist/index.d.ts",
1718
"files": [
1819
"dist"
1920
],

0 commit comments

Comments
 (0)