diff options
author | 2022-04-07 20:32:44 -0700 | |
---|---|---|
committer | 2022-04-07 20:32:44 -0700 | |
commit | b089f1adae02b9e840afc59854886fd525d8ee9d (patch) | |
tree | aa5d502a96f435b425b6884054edb12aa4851617 | |
parent | 76d54c572a6091850c619700d46706569328df94 (diff) | |
download | bun-b089f1adae02b9e840afc59854886fd525d8ee9d.tar.gz bun-b089f1adae02b9e840afc59854886fd525d8ee9d.tar.zst bun-b089f1adae02b9e840afc59854886fd525d8ee9d.zip |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"] } } |