Skip to content

Commit

Permalink
chore: Reduce false positive errors in VS Code. (#3135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 29, 2024
1 parent 8e38d8b commit 78e2c4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
@@ -1,3 +1,5 @@
{
"extends": "./tsconfig.base.json"
"extends": "./tsconfig.base.json",
"include": [],
"exclude": ["docs/**"]
}

0 comments on commit 78e2c4d

Please sign in to comment.