From 50419d65ac33afffaf86afddbded27d5f00219dc Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 19:26:17 +0000 Subject: [PATCH] Update build fix TODOs --- docs/todo/15-BUILD-FIXES-TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/todo/15-BUILD-FIXES-TODO.md b/docs/todo/15-BUILD-FIXES-TODO.md index b6c6db71e..65e0c7cbe 100644 --- a/docs/todo/15-BUILD-FIXES-TODO.md +++ b/docs/todo/15-BUILD-FIXES-TODO.md @@ -2,7 +2,7 @@ ## Critical Build Issues -- [ ] Fix TypeScript config error: `exactOptionalPropertyTypes` requires `strictNullChecks` +- [x] Fix TypeScript config error: `exactOptionalPropertyTypes` requires `strictNullChecks` (dbd8e49) - [ ] Resolve Next.js build failures in `frontends/nextjs` - [ ] Fix module resolution issues preventing successful build - [ ] Address any circular dependency issues @@ -10,7 +10,7 @@ ## TypeScript Configuration -- [ ] Enable `strictNullChecks` in tsconfig.json +- [x] Enable `strictNullChecks` in tsconfig.json (dbd8e49) - [ ] Review and fix all null/undefined type errors - [ ] Update type definitions for strict mode - [ ] Add strict mode to all sub-packages