Modern way to do exports (works with bun workspaces)
This commit is contained in:
parent
ae0fa40261
commit
81973541af
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "reefvm",
|
"name": "reefvm",
|
||||||
"module": "src/index.ts",
|
"exports": "./src/index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"check": "bunx tsc --noEmit"
|
"check": "bunx tsc --noEmit"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user