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:
parent
8283e603fd
commit
d215b44ec5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"lib": [
|
||||
"ES2022",
|
||||
"DOM"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue