From 78e2c4d57111d18ea03f24f2884d56cbd71510a0 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Fri, 29 Mar 2024 09:22:43 +0100 Subject: [PATCH] chore: Reduce false positive errors in VS Code. (#3135) --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3ee7a6c6e..2b9ed531f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,5 @@ { - "extends": "./tsconfig.base.json" + "extends": "./tsconfig.base.json", + "include": [], + "exclude": ["docs/**"] }