From a2de16a4863cba66407d72628838496b55a001a4 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 27 Jul 2017 14:41:01 +0100 Subject: [PATCH] Update to TypeScript 2.4 (#48) Refs dojo/meta#189 --- package.json | 2 +- tsconfig.json | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a9f40e1..fb3f741 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "pkg-dir": "^1.0.0", "remap-istanbul": "^0.9.5", "sinon": "^1.17.5", - "typescript": "~2.2.1" + "typescript": "~2.4.1" } } diff --git a/tsconfig.json b/tsconfig.json index 5259d2f..6be2662 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,13 +3,11 @@ "declaration": false, "module": "umd", "moduleResolution": "node", - "noImplicitAny": true, - "noImplicitThis": true, "outDir": "_build/", "removeComments": false, "sourceMap": true, - "strictNullChecks": true, - "target": "es6", + "strict": true, + "target": "es2016", "types": [ "intern" ] }, "include": [