瀏覽代碼

udapting tsconfig for ts2.1

David Catuhe 8 年之前
父節點
當前提交
83e97da9fa
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/tsconfig.json

+ 2 - 1
src/tsconfig.json

@@ -4,6 +4,7 @@
     "experimentalDecorators": true,
     "module": "commonjs",
     "target": "es5",
-    "sourceMap": true
+    "sourceMap": true,
+    "lib": ["dom", "es2015.promise", "es5"]
   }
 }