From 1cee6cf36bc94f536724979a3031e5e0f9264a54 Mon Sep 17 00:00:00 2001 From: Nathan Soares Date: Tue, 11 Nov 2025 20:25:23 -0300 Subject: [PATCH] docs: Change code block header from package.json to tsconfig.json (#24511) Co-authored-by: Michael H --- docs/guides/runtime/typescript.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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