Explorar el Código

Target esNest in tsconfig

Andrew Swistak hace 6 años
padre
commit
a6b7bb5a24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -8,7 +8,7 @@
     "lib": ["es6", "dom"],
     "module": "esNext",
     "moduleResolution": "node",
-    "target": "es6",
+    "target": "esNext",
     "baseUrl": "./app/javascript"
   },
   "exclude": [