Browse Source

ref: upgrade to ES2017

Sv443 8 months ago
parent
commit
e7416888ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -2,7 +2,7 @@
   "compilerOptions": {
   "compilerOptions": {
     "module": "NodeNext",
     "module": "NodeNext",
     "moduleResolution": "NodeNext",
     "moduleResolution": "NodeNext",
-    "target": "ES2016",
+    "target": "ES2017",
     "outDir": "dist/out",
     "outDir": "dist/out",
     "lib": [
     "lib": [
       "ES5",
       "ES5",