adrien2p 2 anni fa
parent
commit
38dbf82ba8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -1,7 +1,7 @@
 {
   "compilerOptions": {
     "lib": ["es5", "es6"],
-    "target": "es5",
+    "target": "esnext",
     "allowJs": true,
     "esModuleInterop": false,
     "module": "commonjs",