浏览代码

chore: stay on ES2018 for now

rugk 4 月之前
父节点
当前提交
194eb93d00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/jsconfig.json

+ 1 - 1
js/jsconfig.json

@@ -1,6 +1,6 @@
 {
   "compilerOptions": {
-    "target": "es2024",
+    "target": "es2018",
     "module": "NodeNext",
     "moduleResolution": "nodenext",
     "resolveJsonModule": true,