diff --git a/website/docs/typescript-support.md b/website/docs/typescript-support.md index 90b676872d..71cbb97972 100644 --- a/website/docs/typescript-support.md +++ b/website/docs/typescript-support.md @@ -27,8 +27,7 @@ Then add `tsconfig.json` to your project root with the following content: ```json title="tsconfig.json" { - "extends": "@tsconfig/docusaurus/tsconfig.json", - "include": ["src/"] + "extends": "@tsconfig/docusaurus/tsconfig.json" } ```