From c8e7ddb2e76c509bc384d06d7adeecef67ea7b87 Mon Sep 17 00:00:00 2001 From: akim95 Date: Tue, 7 Feb 2017 21:29:17 +0800 Subject: [PATCH] update tsconfig.json --- realm/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/realm/tsconfig.json b/realm/tsconfig.json index 5241fe5f57..ae6e53ac64 100644 --- a/realm/tsconfig.json +++ b/realm/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6" + "es6", + "dom" ], "noImplicitAny": true, "noImplicitThis": true,