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/*"],