Преглед изворни кода

Add ES2015.Core to tsconfig

Grant Nestor пре 7 година
родитељ
комит
39df09fe41

+ 1 - 1
packages/geojson-extension/tsconfig.json

@@ -8,7 +8,7 @@
     "moduleResolution": "node",
     "target": "ES5",
     "outDir": "./lib",
-    "lib": ["ES5", "ES2015.Promise", "DOM", "ES2015.Collection", "es2016"],
+    "lib": ["ES5", "ES2015.Core", "ES2015.Promise", "ES2015.Collection", "DOM"],
     "jsx": "react",
     "types": []
   },

+ 1 - 1
packages/json-extension/tsconfig.json

@@ -8,7 +8,7 @@
     "moduleResolution": "node",
     "target": "ES5",
     "outDir": "./lib",
-    "lib": ["ES5", "DOM", "ES2015.Core", "ES2015.Collection", "ES2015.Promise"],
+    "lib": ["ES5", "ES2015.Core", "ES2015.Promise", "ES2015.Collection", "DOM"],
     "jsx": "react",
     "types": []
   },

+ 1 - 0
packages/metapackage/tsconfig.json

@@ -10,6 +10,7 @@
     "outDir": "./lib",
     "lib": [
       "ES5",
+      "ES2015.Core",
       "ES2015.Collection",
       "ES2015.Promise",
       "DOM"

+ 1 - 1
packages/vdom-extension/tsconfig.json

@@ -8,7 +8,7 @@
     "moduleResolution": "node",
     "target": "ES5",
     "outDir": "./lib",
-    "lib": ["ES5", "DOM", "ES2015.Promise", "ES2015.Collection", "ES2016"],
+    "lib": ["ES5", "ES2015.Core", "ES2015.Promise", "ES2015.Collection", "DOM"],
     "jsx": "react",
     "types": []
   },