Skip to content

Commit

Permalink
feat: tsc target to ES2022 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored Apr 6, 2023
1 parent 78c380f commit 9d6f835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"egg-bin": "dist/bin/cli.js"
},
"dependencies": {
"@artus-cli/artus-cli": "^0.2.5",
"@artus-cli/artus-cli": "^0.2.9",
"@artus-cli/plugin-autocomplete": "^0.1.1",
"@artus-cli/plugin-version": "^1.0.1",
"c8": "^7.12.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@eggjs/tsconfig",
"compilerOptions": {
"target": "ES2021",
"target": "ES2022",
"outDir": "dist"
},
"include": [
Expand Down

0 comments on commit 9d6f835

Please sign in to comment.