You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With new options coming in TypeScript 2.0, is there a way to specify that these flags are only for certain TypeScript version and that only when certain version of TypeScript is installed, those flags will be shown
It wasn't clear to me from the README that you can do so
Versioning of schema files are handled by modifying the file name to include the version number: myschema-1.2.json
Thanks!
The text was updated successfully, but these errors were encountered:
Any schema can have multiple versions. See for instance how project.json is registered in api/json/catalog.json
However, the tooling that uses the schemas needs to be able to pull in the correct schema. Visual Studio has smarts that pulls in the correct schema version based on the version of ASP.NET Core being used.
With new options coming in TypeScript 2.0, is there a way to specify that these flags are only for certain TypeScript version and that only when certain version of TypeScript is installed, those flags will be shown
It wasn't clear to me from the README that you can do so
Thanks!
The text was updated successfully, but these errors were encountered: