From 1e249a5e4f5dbc83e8e21305c3241be9ab4dabdf Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Tue, 28 Mar 2017 12:49:34 -0700 Subject: [PATCH] strict null checks and remove namespace export --- types/raven/index.d.ts | 1 - types/raven/tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/types/raven/index.d.ts b/types/raven/index.d.ts index 6b6e1c2035..70b8424171 100644 --- a/types/raven/index.d.ts +++ b/types/raven/index.d.ts @@ -97,4 +97,3 @@ declare namespace Raven { } export = Raven; -export as namespace Raven; diff --git a/types/raven/tsconfig.json b/types/raven/tsconfig.json index b631d91430..dd41de9142 100644 --- a/types/raven/tsconfig.json +++ b/types/raven/tsconfig.json @@ -6,7 +6,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ "../"