adrien2p пре 2 година
родитељ
комит
38dbf82ba8
1 измењених фајлова са 1 додато и 1 уклоњено
  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",