Skip to content

Commit

Permalink
Disable strictNullChecks
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 6, 2019
1 parent a38a4e0 commit 0ff41d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"allowJs": true,
"checkJs": true,
"noEmit": true,
"strict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"baseUrl": "./",
"paths": {
"ngeo/*": ["src/*"],
Expand Down

0 comments on commit 0ff41d7

Please sign in to comment.