From 4ced3d32c861be64ce358331c4e1d193d2596d63 Mon Sep 17 00:00:00 2001 From: Amour1688 <31695475+Amour1688@users.noreply.github.com> Date: Mon, 11 Jan 2021 01:12:26 +0800 Subject: [PATCH] fix(plugin-vue-jsx): files should include `index.d.ts` (#1473) [skip ci] --- packages/plugin-vue-jsx/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index ce7d4635..9f586ca1 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -4,7 +4,8 @@ "license": "MIT", "author": "Evan You", "files": [ - "index.js" + "index.js", + "index.d.ts" ], "main": "index.js", "types": "index.d.ts",