@@ -11,7 +11,10 @@
/* TODO: remove below flags for strict checking */
"strict": false,
- "noImplicitAny": false
+ "strictNullChecks": true,
+ "strictBindCallApply": true,
+ "noImplicitAny": false,
+ "noImplicitOverride": true
},
"include": [
"src"
@@ -10,7 +10,10 @@
@@ -6,7 +6,10 @@