mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
docs: make tsconfig work OOTB in typescript guide (#6272)
This commit is contained in:
parent
b0c23275f3
commit
78606fdda8
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue