update tsconfig.json

This commit is contained in:
akim95 2017-02-07 21:29:17 +08:00
parent 3cb6c15272
commit c8e7ddb2e7

View File

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