diff --git a/tsconfig.json b/tsconfig.json index 6af5fd813..2b8a0a030 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,14 @@ "compilerOptions": { "baseUrl": "app/", "sourceMap": true, - "strict": true, + "alwaysStrict": false, + "strictNullChecks": false, + "strictBindCallApply": false, + "strictFunctionTypes": false, + "strictPropertyInitialization": false, + "noImplicitAny": true, + "noImplicitThis": false, + "useUnknownInCatchVariables": false, "module": "es6", "target": "es5", "jsx": "react",