4Catalyzer / found

Extensible route-based routing for React applications
https://4catalyzer.github.io/found/
MIT License
794 stars 55 forks source link

chore: add initial TS support #997

Closed golota60 closed 1 year ago

golota60 commented 1 year ago

Adds initial Typescript support + one file changed to .ts as POC - it looks a little bit messy, but that's cause we're compiling for commonjs and es2020 to be backwards compatible. This should kick off incremental adoption. I've checked the build script and it should output everything correctly(meaning as it did before), but please double check @jquense that this is backwards-compatible.