I keep getting warnings (typcheck set to 'informative') about Monkey types for resources. For example, "Cannot find symbol ':toFloat' on type '$.Toybox.WatchUi.BitmapResource'". I am making sure in my resources that the entered value must be numeric via settingConfig type="numeric" but the compiler still gives me a warning for Bitmaps, Booleans, Chars, etc.. How to avoid this?