Skip to content

Commit da9e1d7

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent e1f2b61 commit da9e1d7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tsconfig.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,7 @@
2323
"./src/*"
2424
]
2525
},
26-
"noImplicitAny": false,
27-
"strictNullChecks": false,
28-
"strictPropertyInitialization": false,
29-
"strictFunctionTypes": false,
3026
"strict": false,
31-
"noImplicitThis": false,
32-
"strictBindCallApply": false,
3327
"module": "ESNext"
3428
},
3529
"include": [

0 commit comments

Comments
 (0)