From 34cce2a5ec257b39bc3d1e54ebacab2df9adea2a Mon Sep 17 00:00:00 2001 From: kevinnwi <40870001+kevinnwi@users.noreply.github.com> Date: Mon, 22 Aug 2022 21:06:39 +0700 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index dcf3bd3..83f5d84 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,8 +4,8 @@ "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, - "strict": false, - "forceConsistentCasingInFileNames": true, + "strict": true, + "forceConsistentCasingInFileNames": false, "noEmit": true, "esModuleInterop": true, "module": "esnext",