From 2f8bbfbe2847aee9d643ba0d6fa1caf0dbc1733e Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders Date: Mon, 26 Jun 2017 09:50:14 -0700 Subject: [PATCH] Add dom lib reference to react-navigation --- types/react-navigation/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/react-navigation/tsconfig.json b/types/react-navigation/tsconfig.json index e670f06667..ad15863a78 100644 --- a/types/react-navigation/tsconfig.json +++ b/types/react-navigation/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6" + "es6", + "dom" ], "noImplicitAny": true, "noImplicitThis": true,