diff --git a/packages/core/package.json b/packages/core/package.json index c15821e..caca265 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -66,6 +66,13 @@ }, "main": "./dist/index.cjs", "types": "./dist/index.d.ts", + "typesVersions": { + "*": { + "*": [ + "dist/*" + ] + } + }, "files": [ "dist" ], diff --git a/packages/unlazy/package.json b/packages/unlazy/package.json index 5d7a08b..8173b75 100644 --- a/packages/unlazy/package.json +++ b/packages/unlazy/package.json @@ -67,6 +67,13 @@ "unpkg": "./dist/unlazy.iife.js", "jsdelivr": "./dist/unlazy.iife.js", "types": "./dist/index.d.ts", + "typesVersions": { + "*": { + "*": [ + "dist/*" + ] + } + }, "files": [ "dist" ], diff --git a/packages/vue/package.json b/packages/vue/package.json index 8616793..dbfbd20 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -37,6 +37,13 @@ } }, "types": "./dist/index.d.ts", + "typesVersions": { + "*": { + "*": [ + "dist/*" + ] + } + }, "files": [ "dist" ],