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

@ -53,7 +53,7 @@
"tempy": "^0.2.1",
"tslint": "^5.8.0",
"tslint-xo": "^0.3.0",
"typescript": "^2.6.1"
"typescript": "^2.7.0"
},
"types": "dist/index.d.ts"
}

View file

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