Эх сурвалжийг харах

chore: suppress unused standalone imports diagnostic in Angular config

徐福静0235668 3 өдөр өмнө
parent
commit
d87663c3b3
1 өөрчлөгдсөн 6 нэмэгдсэн , 1 устгасан
  1. 6 1
      tsconfig.json

+ 6 - 1
tsconfig.json

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