Modern way to do exports (works with bun workspaces)

This commit is contained in:
Corey Johnson 2025-10-10 15:33:30 -07:00
parent ae0fa40261
commit 81973541af

View File

@ -1,6 +1,6 @@
{
"name": "reefvm",
"module": "src/index.ts",
"exports": "./src/index.ts",
"type": "module",
"scripts": {
"check": "bunx tsc --noEmit"