diff --git a/packages/core/package.json b/packages/core/package.json index 45e299d..c3ab828 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -66,15 +66,6 @@ }, "main": "./dist/index.cjs", "types": "./dist/index.d.ts", - "typesVersions": { - "*": { - "*": [ - "*", - "dist/*", - "dist/*.d.ts" - ] - } - }, "files": [ "dist" ], diff --git a/packages/unlazy/package.json b/packages/unlazy/package.json index e348d8d..6b71f11 100644 --- a/packages/unlazy/package.json +++ b/packages/unlazy/package.json @@ -67,15 +67,6 @@ "unpkg": "./dist/unlazy.iife.js", "jsdelivr": "./dist/unlazy.iife.js", "types": "./dist/index.d.ts", - "typesVersions": { - "*": { - "*": [ - "*", - "dist/*", - "dist/*.d.ts" - ] - } - }, "files": [ "dist" ], diff --git a/packages/vue/package.json b/packages/vue/package.json index 62904d7..0311fb5 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -37,15 +37,6 @@ } }, "types": "./dist/index.d.ts", - "typesVersions": { - "*": { - "*": [ - "*", - "dist/*", - "dist/*.d.ts" - ] - } - }, "files": [ "dist" ],