Skip to content

Commit

Permalink
typo in integrations.md (taconfig -> tsconfig)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLarky authored Oct 19, 2024
1 parent 80b04a9 commit 06c57c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/website/src/docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Let's go over a few of the plugins we would suggest using:
## TypeScript
Here's an example starter `taconfig.json` that you can use:
Here's an example starter `tsconfig.json` that you can use:
```json
{
Expand Down Expand Up @@ -269,4 +269,4 @@ You can learn more about `tsconfig.json` options in [the official TypeScript doc
:::note
Do not set `useDefineForClassFields` to `true` in your `tsconfig.json` if you are using decorators (e.g. `ExperimentalDecorators`). These two features conflict at present. This will be resolved in future versions of TypeScript and FAST.
:::
:::

0 comments on commit 06c57c5

Please sign in to comment.