window. ANCHOR_POSITIONING_POLYFILL_OPTIONS is not typed, meaning TypeScript will complain about it if you use it in your application. Workaround of (window as any).ANCHOR_POSITIONING_POLYFILL_OPTIONS is bad since you will lose any safety checks TypeScript does for you.
Should we ship typing for window.ANCHOR_POSITIONING_POLYFILL_OPTIONS?
window. ANCHOR_POSITIONING_POLYFILL_OPTIONSis not typed, meaning TypeScript will complain about it if you use it in your application. Workaround of(window as any).ANCHOR_POSITIONING_POLYFILL_OPTIONSis bad since you will lose any safety checks TypeScript does for you.Should we ship typing for
window.ANCHOR_POSITIONING_POLYFILL_OPTIONS?