docs: make tsconfig work OOTB in typescript guide (#6272)

This commit is contained in:
Joshua Chen 2022-01-06 07:33:58 +08:00 committed by GitHub
parent b0c23275f3
commit 78606fdda8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
```