From 6011c0f82dd47eba89638291d47e30a79e86f29b Mon Sep 17 00:00:00 2001 From: Maxim Coppieters <58440941+MaxTechnics@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:08:43 +0200 Subject: [PATCH] Add typings to export field (#133) --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 5b1d0f30..ff051672 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,12 @@ ], "exports": { ".": { + "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./nuxt": { + "types": "./dist/nuxt.d.ts", "require": "./dist/nuxt.cjs", "import": "./dist/nuxt.mjs" }