Skip to content

Commit

Permalink
fix(create-docusaurus): add ts exclude to TS init template (#10676)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Nov 14, 2024
1 parent dfea969 commit 2b8ddb9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
}
},
"exclude": [".docusaurus", "build"]
}

0 comments on commit 2b8ddb9

Please sign in to comment.