소스 검색

refactor: remove unused Angular diagnostic suppression

徐福静0235668 2 일 전
부모
커밋
68435a1bd3
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  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": [