@@ -2,8 +2,6 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
- /* TOOD: remove below flags for strict checking */
- "noImplicitAny": false
},
"include": [
"src"
@@ -9,6 +9,7 @@
/* TOOD: remove below flags for strict checking */
+ "strict": false,
"noImplicitAny": false
@@ -5,6 +5,7 @@
"jsx": "react-jsx",