build(nuxt): add subpath imports for type support

This commit is contained in:
Daniel Roe 2025-03-04 21:15:08 +00:00
parent 80c8cd27bf
commit 8ef3fcc4d1
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -51,6 +51,10 @@
"#app/nuxt": {
"types": "./dist/app/nuxt.d.ts",
"import": "./dist/app/nuxt.js"
},
"#unhead/composables": {
"types": "./dist/head/runtime/composables/v4.d.ts",
"import": "./dist/head/runtime/composables/v4.js"
}
},
"files": [