From b13739bb99fffa44c31fb6f125e7c5e3b50ab5c7 Mon Sep 17 00:00:00 2001 From: KATT Date: Mon, 16 Aug 2021 18:15:03 +0200 Subject: [PATCH] turn on typescript `strict` mode --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7d0d28ff..dd3fe2e9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ }, "allowJs": true, "skipLibCheck": true, - "strict": false, + "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true,