Sfoglia il codice sorgente

Target esNest in tsconfig

Andrew Swistak 6 anni fa
parent
commit
a6b7bb5a24
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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": [