Skip to content

Commit 91bdf51

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent b309b8e commit 91bdf51

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
@@ -30,13 +30,7 @@
3030
"./assets/*"
3131
]
3232
},
33-
"noImplicitAny": false,
34-
"strictNullChecks": false,
35-
"strictPropertyInitialization": false,
36-
"strictFunctionTypes": false,
3733
"strict": false,
38-
"noImplicitThis": false,
39-
"strictBindCallApply": false,
4034
"module": "ESNext"
4135
},
4236
"include": [

0 commit comments

Comments
 (0)