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"],
"lib": ["esnext"],
"strict": false,
"noImplicitAny": true,
"exactOptionalPropertyTypes": true,
"noUncheckedIndexedAccess": false,
"useUnknownInCatchVariables": false
},

Loading…
Cancel
Save