mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 23:46:13 +01:00
🎨 改变非移动端前端编译目标为 es2021 (#7770)
* chore: target: es2021 * revert * revert
This commit is contained in:
parent
fcb3151713
commit
26c5e53c53
4 changed files with 6 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"outDir": "./dist/",
|
||||
"noImplicitAny": true,
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"target": "es2021",
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue