aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-08-01 15:06:50 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-08-01 15:06:50 -0700
commit35bd08f7d77c5668dfffe5d3fcae262d1ba10317 (patch)
treeea3c5271e1934fab775036050e5c9b32e7db0634
parentcfa7a43ee7fd741298c5582b44b987c131ea7bb2 (diff)
downloadbun-35bd08f7d77c5668dfffe5d3fcae262d1ba10317.tar.gz
bun-35bd08f7d77c5668dfffe5d3fcae262d1ba10317.tar.zst
bun-35bd08f7d77c5668dfffe5d3fcae262d1ba10317.zip
Mention moduleResolution: node so people copy paste the right thing
-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"]
}