Skip to content

Commit

Permalink
chore: Reduce false positive errors in VS Code.
Browse files Browse the repository at this point in the history
VS Code was listing 1000s of issues in the problems pane  because it was trying to "compile" all JavaScript files in place.
  • Loading branch information
Jason3S committed Mar 28, 2024
1 parent ffdaba0 commit 7bef362
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 7bef362

Please sign in to comment.