From ea306ec11e8b75a4f7119cfe0473babb9c7f4a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dro=C5=84?= Date: Wed, 30 Nov 2022 11:27:23 +0100 Subject: [PATCH] Enable always strict rule (#2710) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c29037867..a3266321e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitThis": true, + "alwaysStrict": true, "paths": { "@assets/*": ["assets/*"], "@locale/*": ["locale/*"],