diff --git a/types/expo/tsconfig.json b/types/expo/tsconfig.json index 03b9c139b1..7711f49776 100644 --- a/types/expo/tsconfig.json +++ b/types/expo/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "commonjs", "lib": [ + "dom", "es6" ], "jsx": "react", @@ -21,4 +22,4 @@ "index.d.ts", "expo-tests.tsx" ] -} \ No newline at end of file +}