Explorar o código

🔧 don't try to build ES5

It was not supported anyways
jmacura %!s(int64=2) %!d(string=hai) anos
pai
achega
f45880ed35
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  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": {