Michael Bromley 3 лет назад
Родитель
Сommit
92e2b2ffcf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -3,7 +3,7 @@
     "module": "commonjs",
     "noLib": false,
     "skipLibCheck": true,
-    "lib": ["es2017", "esnext.asynciterable"],
+    "lib": ["es2019", "esnext.asynciterable"],
     "allowSyntheticDefaultImports": true,
     "esModuleInterop": true,
     "emitDecoratorMetadata": true,