normalize more TS configs
This commit is contained in:
parent
d135f09a60
commit
457fc38e6a
5 changed files with 16 additions and 9 deletions
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node16",
|
||||
"moduleResolution": "nodenext",
|
||||
"strict": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictNullChecks": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"incremental": true,
|
||||
"lib": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue