diff --git a/package.json b/package.json index 30337a2..4903ce3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reefvm", - "module": "src/index.ts", + "exports": "./src/index.ts", "type": "module", "scripts": { "check": "bunx tsc --noEmit"