WebUntis
WebUntis copied to clipboard
Migrate the project to typescript
This should be fairly straight forward as the library only consists of one actual file. Many devs would benefit from this (e.g. ESModule syntax, types that 100% align, extending the classes is easier, etc.).
Oops, I didn't see #33 before. But just renaming the file from .js to .ts and moving all the types inside it, would already be a huge improvement without breaking anything. (And adding a transpile step, of course)