Browse Source

udapting tsconfig for ts2.1

David Catuhe 8 năm trước cách đây
mục cha
commit
83e97da9fa
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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"]
   }
 }