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"] }