diff --git a/config/ol.json b/config/ol.json index 1720249833..f0970cdb16 100644 --- a/config/ol.json +++ b/config/ol.json @@ -24,9 +24,14 @@ ], "jscomp_off": [ "useOfGoogBase", - "unnecessaryCasts", "lintChecks" ], + "hide_warnings_for": [ + "node_modules/closure-util" + ], + "jscomp_warning": [ + "unnecessaryCasts" + ], "extra_annotation_name": [ "api", "observable" ],