diff --git a/docs/repo-docs/guides/tools/typescript.mdx b/docs/repo-docs/guides/tools/typescript.mdx index e83817e98f45c..5ee6d8206b134 100644 --- a/docs/repo-docs/guides/tools/typescript.mdx +++ b/docs/repo-docs/guides/tools/typescript.mdx @@ -207,6 +207,7 @@ Then, create a `check-types` task in `turbo.json`. From the [Configuring tasks g }, "check-types": { "dependsOn": ["topo"] + }, }, } ```