Skip to content

Commit a46c96f

Browse files
committed
Merge branch 'master' into production
2 parents 8611c62 + 95f7040 commit a46c96f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
},
1717
"exports": {
1818
".": {
19-
"import": "./dist/vue3-form-generator.js"
19+
"import": "./dist/vue3-form-generator.js",
20+
"types": "./dist/index.d.ts"
2021
},
2122
"./themes/*": "./dist/themes/*"
2223
},
24+
"types": "./dist/index.d.ts",
2325
"release": {
2426
"branches": [
2527
"production"

0 commit comments

Comments
 (0)