fix: activar strictNullChecks en tsconfig.core.json

Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
main
brobert 1 month ago
parent a62706d5d6
commit f0038ed763

@ -4,6 +4,7 @@
"types": ["bun-types"], "types": ["bun-types"],
"lib": ["esnext"], "lib": ["esnext"],
"strict": false, "strict": false,
"strictNullChecks": true,
"noImplicitAny": true, "noImplicitAny": true,
"exactOptionalPropertyTypes": true, "exactOptionalPropertyTypes": true,
"noUncheckedIndexedAccess": false, "noUncheckedIndexedAccess": false,

Loading…
Cancel
Save