aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-07 20:32:44 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-07 20:32:44 -0700
commitb089f1adae02b9e840afc59854886fd525d8ee9d (patch)
treeaa5d502a96f435b425b6884054edb12aa4851617
parent76d54c572a6091850c619700d46706569328df94 (diff)
downloadbun-b089f1adae02b9e840afc59854886fd525d8ee9d.tar.gz
bun-b089f1adae02b9e840afc59854886fd525d8ee9d.tar.zst
bun-b089f1adae02b9e840afc59854886fd525d8ee9d.zip
Update README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc27d7484..da9dbfaa4 100644
--- a/README.md
+++ b/README.md
@@ -137,6 +137,9 @@ Then, add this to your `tsconfig.json` or `jsconfig.json`:
```jsonc
{
"compilerOptions": {
+ "lib": ["ESNext"],
+ "module": "esnext",
+ "target": "esnext",
"types": ["bun-types"]
}
}