TypeScript-DOM-lib-generator
                                
                                 TypeScript-DOM-lib-generator copied to clipboard
                                
                                    TypeScript-DOM-lib-generator copied to clipboard
                            
                            
                            
                        Property `aspectRatio` does not exist on type CSSStyleDecleration
Hi Team,
Even though aspect-ratio css property is hugely supported in all modern browsers. Its giving typescript error saying
Property aspectRatio does not exist on type CSSStyleDecleration

🔎 Search Terms CSSStyleDeclaration aspectRatio

Could you please address this issue.
Thank you
It is defined here. https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/main/baselines/dom.generated.d.ts#L2742
It was added more than 1 year ago... Do you use a old version of typescript?
Thank you @mathe42 . Typescript version I'm using is 4.3
TS versions older than 4.4 are not supported, you can try upgrade to the latest version, or at least to 4.4 and deploy https://www.npmjs.com/package/@types/web.
@github-actions close
Closing because @saschanaz is one of the code-owners of this repository.