Skip to content

Commit 26fda03

Browse files
committed
chore: refer index.d.ts in typings field in package.json
1 parent 2cefdeb commit 26fda03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"main": "dist/html-to-docx.umd.js",
1414
"module": "dist/html-to-docx.esm.js",
15+
"types": "./dist/index.d.ts",
1516
"scripts": {
1617
"test": "npm run build && node example/example-node.js",
1718
"prerelease": "rollup -c",

0 commit comments

Comments
 (0)