aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d86fffa87..494b14b97 100644
--- a/README.md
+++ b/README.md
@@ -272,6 +272,7 @@ bun add bun-types
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
+ "moduleResolution": "node",
// "bun-types" is the important part
"types": ["bun-types"]
}