diff --git a/package.json b/package.json index cf9fa86..e39d69d 100644 --- a/package.json +++ b/package.json @@ -23,19 +23,8 @@ "types": "./dist/index.d.ts", "default": "./dist/index.js" }, - "./*": { - "types": "./dist/*.d.ts", - "default": "./dist/*.js" - }, "./package.json": "./package.json" }, - "typesVersions": { - "*": { - "*": [ - "dist/*.d.ts" - ] - } - }, "scripts": { "build": "rimraf dist && tsc", "format": "biome format --write .", @@ -57,5 +46,6 @@ }, "publishConfig": { "access": "public" - } + }, + "antelopeJs": {} }