Selaa lähdekoodia

🔧 don't try to build ES5

It was not supported anyways
jmacura 2 vuotta sitten
vanhempi
commit
f45880ed35
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 0 1
      tsconfig.app.json
  2. 1 1
      tsconfig.json

+ 0 - 1
tsconfig.app.json

@@ -3,7 +3,6 @@
   "compilerOptions": {
     "outDir": "./out-tsc/app",
     "skipLibCheck": true,
-    "target": "ES5",
     "types": ["node"],
   },
   "files": [

+ 1 - 1
tsconfig.json

@@ -21,7 +21,7 @@
       "ol/*": ["node_modules/ol/*"],
       "hslayers-ng/*": ["node_modules/hslayers/*"],
       "@ngx-translate/*": ["node_modules/@ngx-translate/*"],
-      "cesium/*": ["node_modules/cesium/*"],
+      "cesium/*": ["node_modules/cesium/*"]
     }
   },
   "angularCompilerOptions": {