docs: Change code block header from package.json to tsconfig.json (#24511)

Co-authored-by: Michael H <git@riskymh.dev>
This commit is contained in:
Nathan Soares
2025-11-11 20:25:23 -03:00
committed by GitHub
parent 9671a98dca
commit 1cee6cf36b

View File

@@ -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