ソースを参照

♻️ refactor(tsconfig): 调整 TypeScript 编译目标版本

- 将编译目标从 ES2020 降级为 ES5 以提高浏览器兼容性
yourname 1 週間 前
コミット
585f446c7b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      mini-ui-packages/mini-shared-ui-components/tsconfig.json

+ 1 - 1
mini-ui-packages/mini-shared-ui-components/tsconfig.json

@@ -1,6 +1,6 @@
 {
   "compilerOptions": {
-    "target": "ES2020",
+    "target": "ES5",
     "module": "ESNext",
     "lib": ["ES2020", "DOM"],
     "moduleResolution": "bundler",