Jelajahi Sumber

udapting tsconfig for ts2.1

David Catuhe 8 tahun lalu
induk
melakukan
83e97da9fa
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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"]
   }
 }