diff options
author | 2022-08-01 15:06:50 -0700 | |
---|---|---|
committer | 2022-08-01 15:06:50 -0700 | |
commit | 35bd08f7d77c5668dfffe5d3fcae262d1ba10317 (patch) | |
tree | ea3c5271e1934fab775036050e5c9b32e7db0634 | |
parent | cfa7a43ee7fd741298c5582b44b987c131ea7bb2 (diff) | |
download | bun-35bd08f7d77c5668dfffe5d3fcae262d1ba10317.tar.gz bun-35bd08f7d77c5668dfffe5d3fcae262d1ba10317.tar.zst bun-35bd08f7d77c5668dfffe5d3fcae262d1ba10317.zip |
Mention moduleResolution: node so people copy paste the right thing
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |