From b95c6a3de43121c061457039a4c926d5d34f2737 Mon Sep 17 00:00:00 2001
From: jsteuer <jan.steuer.htw@gmail.com>
Date: Mon, 16 Dec 2019 13:28:22 +0100
Subject: [PATCH] better docs, helpers namespace

---
 tsconfig.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index e1b03ff..ca8ced6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,7 +3,8 @@
     "module": "commonjs",
     "target": "es5",
     "declaration": true,
-    "outDir": "./dist"
+    "outDir": "./dist",
+    "lib": ["DOM","ES2016"]
   },
   "include": [
     "src/**/*"

--
Gitblit v1.10.0-SNAPSHOT