Skip to content

Commit 664ea49

Browse files
committed
chore: add type definition into dist
1 parent 1328218 commit 664ea49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
"repository": "nuxt-contrib/vue-sfc-transformer",
99
"sideEffects": false,
1010
"exports": {
11-
".": "./dist/index.mjs"
11+
".": {
12+
"types": "./dist/index.d.mts",
13+
"import": "./dist/index.mjs"
14+
}
1215
},
1316
"main": "./dist/index.mjs",
1417
"module": "./dist/index.mjs",
18+
"types": "./dist/index.d.mts",
1519
"typesVersions": {
1620
"*": {
1721
"*": [

0 commit comments

Comments
 (0)