From 9b17c66b6cabee56776a351b11833b288f547e06 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 1 May 2025 19:19:07 +0200 Subject: [PATCH] chore(package): put back `types` field --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bc9a9998..1d0f844e 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,7 @@ }, "style": "./dist/runtime/index.css", "main": "./dist/module.mjs", + "types": "./dist/types.d.mts", "files": [ ".nuxt/ui", ".nuxt/ui.css",