Skip to content

Commit

Permalink
TypeScript strict function types (now compatible with Electron out of
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Dec 20, 2017
1 parent 557298b commit e113c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfigs/tsconfig-common.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"noImplicitThis": true,
"alwaysStrict": true,
"strictNullChecks": true,
"strictFunctionTypes": false,
"strictFunctionTypes": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit e113c41

Please sign in to comment.