aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]
}
}