summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-02-27 17:21:36 +0100
committerAndrej Mihajlov <and@mullvad.net>2019-03-01 16:22:24 +0100
commitbdbbc5038a1a158dc0f05e67e03aef3fc002d6ff (patch)
tree4ed2fed85f043d116e10f9015a04c4f14d544d89
parent9d17c19f9bfd4061fb99979cbb4e4362c27e212e (diff)
downloadmullvadvpn-bdbbc5038a1a158dc0f05e67e03aef3fc002d6ff.tar.xz
mullvadvpn-bdbbc5038a1a158dc0f05e67e03aef3fc002d6ff.zip
Add lib to tsconfig
-rw-r--r--gui/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/tsconfig.json b/gui/tsconfig.json
index 09250ee0be..c862eb57e4 100644
--- a/gui/tsconfig.json
+++ b/gui/tsconfig.json
@@ -16,6 +16,7 @@
"skipLibCheck": true,
"strict": true,
"target": "es2017",
+ "lib": ["es2017", "dom"],
"typeRoots": [
"./types",
"node_modules/@types"