From 2dc8844b1a0f127c1615fa2a028a2ea01e2f08c0 Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Wed, 28 Dec 2016 13:55:02 +0100 Subject: [PATCH] Updated tsconfig.json --- http-link-header/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http-link-header/tsconfig.json b/http-link-header/tsconfig.json index 12f90f78bd..9fb6d5e158 100644 --- a/http-link-header/tsconfig.json +++ b/http-link-header/tsconfig.json @@ -3,7 +3,8 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, - "strictNullChecks": false, + "noImplicitThis": true, + "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ "../"