📝 Loosen backend TypeScript strictness 2 commits 3mo ago minor change
ttan/mike
TypeScript strict mode relaxed in the backend
ttan's only recorded change is a loosening of the backend TypeScript config: ignoreDeprecations bumped to "6.0" and noImplicitAny explicitly disabled over the top of strict: true. No feature work, no bug fixes, no UI changes - just a compile-time gate opened.
Direction
infrastructure