mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Fix typo
This commit is contained in:
@@ -14,7 +14,7 @@ console.log(<Component message="Hello world!" />);
|
||||
|
||||
## Configuration
|
||||
|
||||
Bun reads your `tsconfig.json` or `jsconfig.json` configuration files to determines how to perform the JSX transform internally. To avoid using either of these, the following options can also be defined in [`bunfig.json`](/docs/runtime/configuration).
|
||||
Bun reads your `tsconfig.json` or `jsconfig.json` configuration files to determines how to perform the JSX transform internally. To avoid using either of these, the following options can also be defined in [`bunfig.toml`](/docs/runtime/configuration).
|
||||
|
||||
The following compiler options are respected.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user