the-draupnir-project / Draupnir

A Matrix moderation bot
https://the-draupnir-project.github.io/draupnir-documentation/
77 stars 14 forks source link

TypeScript `strict: true` should be enabled. #496

Open Gnuxie opened 1 month ago

Gnuxie commented 1 month ago

Looks like this got overlooked in the migration and confused with the alwaysStrict setting.

We should go over the options and remove any that are redundant when strict: true is enabled, to make tsconfig.json easier to read.

Gnuxie commented 3 weeks ago

Ahh F