mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-11 16:14:37 +00:00
fix: enable strict null checks
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
|
||||
Reference in New Issue
Block a user