From 010ff29b16579e0d94f2198f377758d8d12d13e8 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 31 May 2024 20:20:33 +0530 Subject: [PATCH] Shorten equiv --- desktop/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/tsconfig.json b/desktop/tsconfig.json index 7806cd93a7..cf0f8b8856 100644 --- a/desktop/tsconfig.json +++ b/desktop/tsconfig.json @@ -32,6 +32,6 @@ "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true }, - /* Transpile all `.ts` files in `src/` */ - "include": ["src/**/*.ts"] + /* Include all `.ts` files in `src/` */ + "include": ["src"] }