TKOaly / exam-archive-new

New exam archive ("Tärpistö") of TKO-äly ry
https://tarpisto.tko-aly.fi
MIT License
0 stars 3 forks source link

Convert JavaScript sources to TypeScript #2

Closed strax closed 5 years ago

strax commented 5 years ago

Mostly a compile-time refactor by adding type annotations but some Ramda usages were changed / removed to improve type inference. Didn't adopt TSLint yet because there is no corresponding create-react-app configuration for it at the moment and didn't want to introduce linting changes (although eslint now warns incorrectly about unused variables when imports are used in a type position).