diff --git a/docs/repo-docs/guides/tools/typescript.mdx b/docs/repo-docs/guides/tools/typescript.mdx index 8d1b4f97b20fc..2aae88f6d0a2c 100644 --- a/docs/repo-docs/guides/tools/typescript.mdx +++ b/docs/repo-docs/guides/tools/typescript.mdx @@ -69,8 +69,7 @@ Inside `packages/tsconfig`, we have a few `json` files which represent different "isolatedModules": true, "strict": true, "noUncheckedIndexedAccess": true, - "module": "NodeNext", - } + "module": "NodeNext" } ```