strict null checks and remove namespace export

This commit is contained in:
Scott Cooper
2017-03-28 12:49:34 -07:00
parent 0edfa82dae
commit 1e249a5e4f
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -97,4 +97,3 @@ declare namespace Raven {
}
export = Raven;
export as namespace Raven;
+1 -1
View File
@@ -6,7 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"