Przeglądaj źródła

Issue #877: tsconfig fix after upgrading to 3.45.0 mol*

cycle20 1 rok temu
rodzic
commit
ae932b86b0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tsconfig.renderer.json

+ 1 - 1
tsconfig.renderer.json

@@ -17,7 +17,7 @@
     "noEmitHelpers": true,
     "allowSyntheticDefaultImports": true,
     "jsx": "react",
-    "lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ],
+    "lib": [ "dom", "esnext.asynciterable", "es2022" ],
     "rootDir": "src",
     "outDir": "./lib/commonjs"
   },