diff --git a/package.json b/package.json index 2f47ce4fb..5ce700d75 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ }, "exports": { ".": { + "types": "./index.d.ts", "require": "./lib/index.js", - "import": "./lib/index.mjs", - "types": "./index.d.ts" + "import": "./lib/index.mjs" }, "./package.json": "./package.json", "./locales/*": "./lib/locales/*"