Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
From#6251 (comment): we have hardcoded version ranges inVersioning.md:
>The version range of TypeScript currently supported is`>=3.3.1 <5.0.0`. |
Let's use some kind of Docusaurus<>React component shenanigan(s) to automate this. Supported version ranges should be sourced from ourpackage.json
s.