Browse Source

Enable more

Manav Rathi 1 năm trước cách đây
mục cha
commit
367e09599d
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      web/apps/auth/tsconfig.json

+ 3 - 3
web/apps/auth/tsconfig.json

@@ -15,9 +15,9 @@
         "strict": false,
         /* Stricter than strict */
         "noImplicitReturns": true,
-        "noUnusedParameters": false,
-        "noUnusedLocals": false,
-        "noFallthroughCasesInSwitch": false,
+        "noUnusedParameters": true,
+        "noUnusedLocals": true,
+        "noFallthroughCasesInSwitch": true,
         /* e.g. makes array indexing returns undefined */
         "noUncheckedIndexedAccess": false,
         "exactOptionalPropertyTypes": false