Skip to content

Commit 1cee6cf

Browse files
docs: Change code block header from package.json to tsconfig.json (#24511)
Co-authored-by: Michael H <[email protected]>
1 parent 9671a98 commit 1cee6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/runtime/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bun add -d @types/bun # dev dependency
1414

1515
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.
1616

17-
```json package.json icon="file-json"
17+
```json tsconfig.json icon="file-json"
1818
{
1919
"compilerOptions": {
2020
// Environment setup & latest features

0 commit comments

Comments
 (0)