From 06c57c5a0e72dd9a98df51aeec22c5a3fd096ea2 Mon Sep 17 00:00:00 2001 From: Yaroslav Lapin Date: Sat, 19 Oct 2024 12:13:20 -0600 Subject: [PATCH] typo in integrations.md (taconfig -> tsconfig) --- sites/website/src/docs/integrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/website/src/docs/integrations.md b/sites/website/src/docs/integrations.md index a8ec92becd6..dad3284416c 100644 --- a/sites/website/src/docs/integrations.md +++ b/sites/website/src/docs/integrations.md @@ -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 { @@ -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. -::: \ No newline at end of file +:::