瀏覽代碼

Enable more

Manav Rathi 1 年之前
父節點
當前提交
367e09599d
共有 1 個文件被更改,包括 3 次插入3 次删除
  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