Skip to content

Commit 72978a5

Browse files
authored
fix: define module types in package.json (#59)
1 parent f6d71e4 commit 72978a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"type": "module",
1212
"main": "./dist/module.cjs",
1313
"module": "./dist/module.mjs",
14+
"types": "./dist/types.d.ts",
1415
"homepage": "https://hub.nuxt.com",
1516
"files": [
1617
"dist"

0 commit comments

Comments
 (0)