diff --git a/package.json b/package.json index 1a75ea09..514ec205 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "exports": { ".": { "import": "./index.js", - "default": "./index.js", - "types": "./index.d.ts" + "types": "./index.d.ts", + "default": "./index.js" }, "./styles.css": "./dist/styles.css", "./tocbot.css": "./dist/tocbot.css",