Browse Source

chore: Update tsconfig lib

Michael Bromley 3 years ago
parent
commit
92e2b2ffcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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