mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
strict null checks and remove namespace export
This commit is contained in:
Vendored
-1
@@ -97,4 +97,3 @@ declare namespace Raven {
|
||||
}
|
||||
|
||||
export = Raven;
|
||||
export as namespace Raven;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
|
||||
Reference in New Issue
Block a user