Use TypeScript strict mode with `strict: true` in `tsconfig.json` — enables `strictNullChecks`, `noImplicitAny`, and other safety checks.
2
Up
0
Down
+2
Net
This belongs in tsconfig.json (`strict: true`), not in agent instructions.
Better enforced by tooling, not AI rules