diff --git a/package.json b/package.json index c663b64..019821d 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,9 @@ "url": "https://github.com/mongodb-js/mongodb-connection-string-url/issues" }, "main": "lib/index.js", - "types": "lib/index.d.ts", "exports": { - "require": { - "default": "./lib/index.js", - "types": "./lib/index.d.ts" - }, - "import": { - "default": "./.esm-wrapper.mjs", - "types": "./lib/index.d.ts" - } + "require": "./lib/index.js", + "import": "./.esm-wrapper.mjs" }, "files": [ "LICENSE", @@ -65,4 +58,4 @@ "@types/whatwg-url": "^13.0.0", "whatwg-url": "^14.1.0 || ^13.0.0" } -} +} \ No newline at end of file