Skip to content

Commit 8f600db

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent 8f86922 commit 8f600db

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)