From 8ef3fcc4d127c181ea6524e175e752dcf78d5f34 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 4 Mar 2025 21:15:08 +0000 Subject: [PATCH] build(nuxt): add subpath imports for type support --- packages/nuxt/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 05b0010a24..dbf9c3e7af 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -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": [