Skip to content

Commit a7d4f35

Browse files
authored
Merge branch 'main' into lunny/refactor_transfer
2 parents 01ebb16 + 48183d2 commit a7d4f35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"verbatimModuleSyntax": true,
2323
"stripInternal": true,
2424
"strict": false,
25+
"strictBindCallApply": true,
26+
"strictBuiltinIteratorReturn": true,
2527
"strictFunctionTypes": true,
2628
"noImplicitAny": true,
2729
"noImplicitThis": true,

0 commit comments

Comments
 (0)