From 2de42e911ae5731bdb3aa3a51dd63d483ea30d49 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Thu, 27 Mar 2025 07:54:47 +0100 Subject: [PATCH] Update tsconfig --- ui/tsconfig.app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/tsconfig.app.json b/ui/tsconfig.app.json index aa21490..358ca9b 100644 --- a/ui/tsconfig.app.json +++ b/ui/tsconfig.app.json @@ -22,6 +22,5 @@ "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true }, - "include": ["src/**/*.ts", "src/**/*.tsx"], - "exclude": ["node_modules", ".vscode"] + "include": ["src"] }