Bump TypeScript

This commit is contained in:
Sindre Sorhus 2018-02-01 08:41:13 +07:00
parent 40fc2fd790
commit fd32b11b6d
2 changed files with 4 additions and 2 deletions

View file

@ -16,7 +16,9 @@
"noFallthroughCasesInSwitch": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"alwaysStrict": true
"strictPropertyInitialization": true,
"alwaysStrict": true,
"esModuleInterop": true
},
"exclude": [
"node_modules",