Add library for dom elements

This commit is contained in:
Lucas
2018-11-10 19:34:31 +01:00
parent ac84fc6c7f
commit 2009fc1c82
+2 -1
View File
@@ -2,7 +2,8 @@
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,