From fd32b11b6d1ce6adab866464992ecb5bd126c603 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 1 Feb 2018 08:41:13 +0700 Subject: [PATCH] Bump TypeScript --- package.json | 2 +- tsconfig.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 94b22a9..0ae7c8b 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/tsconfig.json b/tsconfig.json index 05773b4..5621df9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,9 @@ "noFallthroughCasesInSwitch": true, "strictNullChecks": true, "strictFunctionTypes": true, - "alwaysStrict": true + "strictPropertyInitialization": true, + "alwaysStrict": true, + "esModuleInterop": true }, "exclude": [ "node_modules",