From 79deb2bdefe2100fc3f3c7188ba6547ed79bbe5d Mon Sep 17 00:00:00 2001 From: Markus Mauch Date: Fri, 30 Jun 2017 11:30:13 +0200 Subject: [PATCH] added es6, dom to lib --- types/fm-websync/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/fm-websync/tsconfig.json b/types/fm-websync/tsconfig.json index 7d22ec59f0..1ec64935da 100644 --- a/types/fm-websync/tsconfig.json +++ b/types/fm-websync/tsconfig.json @@ -8,6 +8,9 @@ "typeRoots": [ "../" ], + "lib": [ + "es6", "dom" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true