diff --git a/package.json b/package.json index c7e4c77..51e3dcf 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,10 @@ "eslint-config-soybeanjs": "0.5.4", "simple-git-hooks": "2.9.0", "tsx": "3.12.7" + }, + "pnpm": { + "patchedDependencies": { + "@elegant-router/vue@0.1.5": "patches/@elegant-router__vue@0.1.5.patch" + } } } diff --git a/packages/vue/package.json b/packages/vue/package.json index 9bc2171..989b1c3 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -51,6 +51,13 @@ "files": [ "dist" ], + "typesVersions": { + "*": { + "*": [ + "./dist/*" + ] + } + }, "scripts": { "build": "pnpm typecheck && pnpm unbuild", "stub": "unbuild --stub",