Skip to content

Commit

Permalink
原来自动集成只支持到2022
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Nov 6, 2024
1 parent e6d69c8 commit b92afb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "Node16",
"target": "ES2023",
"target": "ES2022",
"outDir": "out",
"lib": [
"ES2023"
"ES2022"
],
"sourceMap": true,
"rootDir": "src",
Expand Down

0 comments on commit b92afb5

Please sign in to comment.