Main changes
- Support tail-recursion elimination on conditional types, that comes with TypeScript 4.5 and allows users to use more variables (infinity?), than before. Fixes #27.
Chore
- Update dependencies
- Update "Known issues" section and links to types in
README.md
- Add a test for a big amount of variables
- Change spaces to tabs