diff --git a/package.json b/package.json index 61e794f..62fcf0c 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "test:types": "tsc --noEmit" }, "files": ["./dist/"], + "module": "./dist/index.js", "exports": { ".": { "default": "./dist/index.js",