Parcourir la source

refactor: remove unused Angular diagnostic suppression

徐福静0235668 il y a 2 jours
Parent
commit
68435a1bd3
1 fichiers modifiés avec 1 ajouts et 6 suppressions
  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": [