Make strict
This commit is contained in:
parent
0e0700821d
commit
010b3d61e9
2 changed files with 6 additions and 6 deletions
|
|
@ -3,9 +3,9 @@
|
|||
"baseUrl": ".",
|
||||
"module": "ESNext",
|
||||
"target": "ES2023",
|
||||
"noImplicitAny": true,
|
||||
"moduleResolution": "bundler",
|
||||
"strictNullChecks": true,
|
||||
"strict": true,
|
||||
"lib": ["DOM", "ESNext"]
|
||||
}
|
||||
},
|
||||
"exclude": ["./dist"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"baseUrl": ".",
|
||||
"module": "ESNext",
|
||||
"target": "ESNext",
|
||||
"noImplicitAny": true,
|
||||
"strict": true,
|
||||
"moduleResolution": "bundler",
|
||||
"strictNullChecks": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": ["DOM", "ESNext"]
|
||||
}
|
||||
},
|
||||
"exclude": ["./dist"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue