aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/bun-types/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/bun-types/README.md b/packages/bun-types/README.md
index a4ca166a6..c11c1371d 100644
--- a/packages/bun-types/README.md
+++ b/packages/bun-types/README.md
@@ -21,9 +21,11 @@ Add this to your `tsconfig.json` or `jsconfig.json`:
```jsonc-diff
{
-
-+ "types": ["bun-types"],
-
+ "compilerOptions": {
++ "types": ["bun-types"]
+ // other options...
+ }
+
// other options...
}
```