Update tsconfig.json

This commit is contained in:
Codemonk
2017-06-13 23:35:07 +08:00
committed by GitHub
parent d93a64abbf
commit 415dfb04e6

View File

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