cginternals / webgl-operate

A TypeScript based WebGL rendering framework.
https://webgl-operate.org
MIT License
166 stars 25 forks source link

fix typescript version to 4.2 minor release, as 4.3 breaks the doc build #276

Closed lukaswagner closed 2 years ago

lukaswagner commented 3 years ago

TS does not use semantic versioning. 4.3 (as all "minor" patches) is actually a major release, containing breaking changes. typedoc does not support TS 4.3 yet, so it seems best to fix TS to 4.2 for now.