From eb7d993a6b4af7945c27a3b73c556a9b68826402 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Mon, 21 Nov 2022 22:47:30 -0500 Subject: [PATCH] fix(ts): remove `package.json#typesVersions` Signed-off-by: Lexus Drumgold --- package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package.json b/package.json index afcd733e..482f0945 100644 --- a/package.json +++ b/package.json @@ -38,14 +38,6 @@ }, "module": "./dist/index.mjs", "types": "./dist/index.d.mts", - "typesVersions": { - "*": { - "*": [ - "./dist/*.d.mts", - "./dist/index.d.mts" - ] - } - }, "scripts": { "build": "mkbuild", "check:ci": "yarn dedupe --check && yarn check:format && yarn check:lint && yarn check:spelling && yarn check:types && yarn check:types:build && yarn test:cov && NODE_ENV=production yarn pack -o %s-%v.tgz && yarn clean:pack",