소스 검색

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

cycle20 1 년 전
부모
커밋
ae932b86b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
   },