acteng / atip

Active Travel Infrastructure Platform
https://acteng.github.io/atip/
Apache License 2.0
22 stars 4 forks source link

Enable TS strict mode and enforce it with GH actions #279

Closed dabreegster closed 1 year ago

dabreegster commented 1 year ago

Closes #89.

In recent PRs, there have been some simple errors that TS would've caught, but we're not enforcing checks yet. My goal here is to catch new problems with as many compile-time warnings as possible. There are still some difficult cases for us to fix, but we can @ts-ignore them and treat them as TODOs.