diff --git a/tsconfig.json b/tsconfig.json index fe12ecabc3..97ad9508cb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,10 +14,8 @@ } }, "compilerOptions": { - // typescript options here - "typeRoots": [ - "./typings/", - "./node_modules/@types/" - ] + "noImplicitAny": false, + "strictNullChecks": false, + "typeRoots": ["./typings/", "./node_modules/@types/"] } -} \ No newline at end of file +}