Skip to content

Commit e10b657

Browse files
committed
Enable 'strictBindCallApply' and 'strictFunctionTypes'
1 parent c3f1ea7 commit e10b657

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
@@ -13,6 +13,8 @@
1313
"rootDir": ".",
1414
// TODO: We need to enable stricter checking...
1515
// "strict": true,
16+
"strictBindCallApply": true,
17+
"strictFunctionTypes": true,
1618
"noImplicitReturns": true,
1719
"noFallthroughCasesInSwitch": true,
1820
"noUnusedParameters": true

0 commit comments

Comments
 (0)