From 81973541af3d62117d2980d31c953ddcf153bbdd Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 10 Oct 2025 15:33:30 -0700 Subject: [PATCH] Modern way to do exports (works with bun workspaces) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"