瀏覽代碼

♻️ 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",