From 39f203684b89d9af0fbd005123eb3783af1d4d18 Mon Sep 17 00:00:00 2001 From: Mater Date: Fri, 23 Sep 2022 12:56:33 +0800 Subject: [PATCH] fix(types): add types to package export (#968) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8981aa0..b1324fd 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "exports": { ".": { "import": "./dist/vue-composition-api.mjs", + "types": "./dist/vue-composition-api.d.ts", "require": "./index.js" }, "./*": "./*"