diff --git a/package.json b/package.json index e1009c6..65d5d3a 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "", "exports": { ".": { + "types": "./dist/index.d.ts", "import": "./dist/index.es.mjs", - "require": "./dist/index.cjs.js", - "types": "./dist/index.d.ts" + "require": "./dist/index.cjs.js" } }, "main": "dist/index.cjs.js",