From b089f1adae02b9e840afc59854886fd525d8ee9d Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 7 Apr 2022 20:32:44 -0700 Subject: Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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"] } } -- cgit v1.2.3