chore: activar noImplicitAny y exactOptionalPropertyTypes en core

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

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

Loading…
Cancel
Save