Browse Source

refactor: remove unused Angular diagnostic suppression

徐福静0235668 16 hours ago
parent
commit
68435a1bd3
1 changed files with 1 additions and 6 deletions
  1. 1 6
      tsconfig.json

+ 1 - 6
tsconfig.json

@@ -20,12 +20,7 @@
     "strictInjectionParameters": true,
     "strictInputAccessModifiers": true,
     "typeCheckHostBindings": true,
-    "strictTemplates": true,
-    "extendedDiagnostics": {
-      "checks": {
-        "unusedStandaloneImports": "suppress"
-      }
-    }
+    "strictTemplates": true
   },
   "files": [],
   "references": [