From 8724149c7602b510e09a462841dae0b7311c53da Mon Sep 17 00:00:00 2001 From: Michael Randolph Date: Thu, 21 Sep 2017 00:23:24 -0400 Subject: [PATCH] tsconfig update --- types/react-native-safari-view/tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/react-native-safari-view/tsconfig.json b/types/react-native-safari-view/tsconfig.json index 42b152437a..685709c752 100644 --- a/types/react-native-safari-view/tsconfig.json +++ b/types/react-native-safari-view/tsconfig.json @@ -7,15 +7,15 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": true, + "strictNullChecks": false, "baseUrl": "../", + "jsx": "react", "typeRoots": [ "../" ], "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "react" + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts",