Bump TypeScript
This commit is contained in:
parent
40fc2fd790
commit
fd32b11b6d
2 changed files with 4 additions and 2 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
"tempy": "^0.2.1",
|
"tempy": "^0.2.1",
|
||||||
"tslint": "^5.8.0",
|
"tslint": "^5.8.0",
|
||||||
"tslint-xo": "^0.3.0",
|
"tslint-xo": "^0.3.0",
|
||||||
"typescript": "^2.6.1"
|
"typescript": "^2.7.0"
|
||||||
},
|
},
|
||||||
"types": "dist/index.d.ts"
|
"types": "dist/index.d.ts"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,9 @@
|
||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"strictFunctionTypes": true,
|
"strictFunctionTypes": true,
|
||||||
"alwaysStrict": true
|
"strictPropertyInitialization": true,
|
||||||
|
"alwaysStrict": true,
|
||||||
|
"esModuleInterop": true
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue