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, "noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"strictNullChecks": true, "strictNullChecks": true,
"strictFunctionTypes": true,
"alwaysStrict": true "alwaysStrict": true
}, },
"exclude": [ "exclude": [

Loading…
Cancel
Save