diff --git a/README.md b/README.md index d86fffa87d..494b14b975 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"] }