Skip to content

Commit cb04b26

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent f3a5a22 commit cb04b26

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
@@ -31,12 +31,6 @@
3131
]
3232
},
3333
"strict": false,
34-
"noImplicitAny": false,
35-
"strictNullChecks": false,
36-
"strictPropertyInitialization": false,
37-
"strictFunctionTypes": false,
38-
"noImplicitThis": false,
39-
"strictBindCallApply": false,
4034
"module": "ESNext"
4135
},
4236
"include": [

0 commit comments

Comments
 (0)