From 45685b63f9a581256ce209ca5a49a1136501e90b Mon Sep 17 00:00:00 2001 From: Bandhan Majumder <133476557+bandhan-majumder@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:41:07 +0530 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 057bd567d6..4406567923 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,6 @@ "strict": true /* Enable all strict type-checking options. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */, "resolveJsonModule": true /* Allow to import JSON files */, - "noUncheckedSideEffectImports": true /* Checks if module's path exists */, + "noUncheckedSideEffectImports": true /* Checks if module's path exists. */ } }