Skip to content

Commit d0f9adc

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent 8c1138f commit d0f9adc

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
@@ -26,13 +26,7 @@
2626
"./assets/*"
2727
]
2828
},
29-
"noImplicitAny": false,
30-
"strictNullChecks": false,
31-
"strictPropertyInitialization": false,
32-
"strictFunctionTypes": false,
3329
"strict": false,
34-
"noImplicitThis": false,
35-
"strictBindCallApply": false,
3630
"module": "ESNext"
3731
},
3832
"include": [

0 commit comments

Comments
 (0)