add dom to compilerOptions

This commit is contained in:
AOHUA MU
2019-01-26 19:42:06 +08:00
parent 06afeed0f3
commit 808caa887e

View File

@@ -2,7 +2,8 @@
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,