diff --git a/docs/guides/runtime/typescript.mdx b/docs/guides/runtime/typescript.mdx index 1c5ee7d32e..25a52df0c6 100644 --- a/docs/guides/runtime/typescript.mdx +++ b/docs/guides/runtime/typescript.mdx @@ -14,7 +14,7 @@ bun add -d @types/bun # dev dependency Below is the full set of recommended `compilerOptions` for a Bun project. With this `tsconfig.json`, you can use top-level await, extensioned or extensionless imports, and JSX. -```json package.json icon="file-json" +```json tsconfig.json icon="file-json" { "compilerOptions": { // Environment setup & latest features