Skip to content

Commit

Permalink
includes types property in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsune7 committed Feb 8, 2024
1 parent 696bc6f commit 3d8930f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A vue.js renderer for form.io forms.",
"main": "dist/index.umd.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "vite build && tsc",
Expand Down

0 comments on commit 3d8930f

Please sign in to comment.