Skip to content

Commit 8ef3fcc

Browse files
committed
build(nuxt): add subpath imports for type support
1 parent 80c8cd2 commit 8ef3fcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/nuxt/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
"#app/nuxt": {
5252
"types": "./dist/app/nuxt.d.ts",
5353
"import": "./dist/app/nuxt.js"
54+
},
55+
"#unhead/composables": {
56+
"types": "./dist/head/runtime/composables/v4.d.ts",
57+
"import": "./dist/head/runtime/composables/v4.js"
5458
}
5559
},
5660
"files": [

0 commit comments

Comments
 (0)