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