chore(truth-validation/client): 🔧 Update TypeScript compiler options in tsconfig.json for stricter mode and target compatibility

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-19 11:31:11 -08:00
parent 8283e603fd
commit d215b44ec5

View file

@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "nodenext",
"moduleResolution": "nodenext",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": [
"ES2022",
"DOM"