From 5810fedf2d240aabfb4b89abf24aab0edaaf87f4 Mon Sep 17 00:00:00 2001 From: ga-reth Date: Mon, 2 Dec 2024 17:03:41 -0500 Subject: [PATCH] resolve precommit issues --- sdk/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tsconfig.json b/sdk/tsconfig.json index 356385324..8a4bf604c 100644 --- a/sdk/tsconfig.json +++ b/sdk/tsconfig.json @@ -4,7 +4,7 @@ "compilerOptions": { // incremental builds - NOTE: Enabling incremental builds speeds up `tsc` "incremental": true, - + // type checking "strict": true, "noFallthroughCasesInSwitch": true, // not enabled by default in strict