diff --git a/packages/bun-types/README.md b/packages/bun-types/README.md index a4ca166a686b9..c11c1371d1812 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... } ```