Browse Source

Add `strictFunctionTypes` to tsconfig

Introduced in TypeScript 2.6
iss58
Sindre Sorhus 7 years ago
parent
commit
734598aa38
  1. 1
      tsconfig.json

1
tsconfig.json

@ -18,6 +18,7 @@
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"alwaysStrict": true
},
"exclude": [

Loading…
Cancel
Save