From e8988ae844521e1f71fbba8bdb86714dc297c7d1 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 27 Mar 2023 13:04:40 +0200 Subject: [PATCH] docs: remove `types` field suggestion for now #238 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d0c2ed8c..1a40cfed 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ Update `package.json`: "type": "module", "exports": { ".": { - "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }