diff --git a/redux-auth-wrapper/tsconfig.json b/redux-auth-wrapper/tsconfig.json index 844f327d0e..5aae706c27 100644 --- a/redux-auth-wrapper/tsconfig.json +++ b/redux-auth-wrapper/tsconfig.json @@ -7,7 +7,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "baseUrl": "../", "typeRoots": ["../"], "paths": { diff --git a/redux-auth-wrapper/tslint.json b/redux-auth-wrapper/tslint.json new file mode 100644 index 0000000000..377cc837d4 --- /dev/null +++ b/redux-auth-wrapper/tslint.json @@ -0,0 +1 @@ +{ "extends": "../tslint.json" }