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",