Right now a binding like:
html`<input type="range" .value=${currentValue} .max=${max}>`;
Will report errors on the value and max bindings if currentValue and max are numbers. But an input handles this just fine. This may be something that needs to be updated in the typings, but maybe there's something to be done in the plugin?