Skip to content

Commit 9ceaa2c

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent 4abe0f9 commit 9ceaa2c

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
@@ -27,13 +27,7 @@
2727
"./assets/*"
2828
]
2929
},
30-
"noImplicitAny": false,
31-
"strictNullChecks": false,
32-
"strictPropertyInitialization": false,
33-
"strictFunctionTypes": false,
3430
"strict": false,
35-
"noImplicitThis": false,
36-
"strictBindCallApply": false,
3731
"module": "ESNext"
3832
},
3933
"include": [

0 commit comments

Comments
 (0)