Skip to content

Commit

Permalink
chore: update pkg info
Browse files Browse the repository at this point in the history
  • Loading branch information
libondev committed Feb 6, 2025
1 parent 6c46142 commit 631438e
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 @@ -190,7 +190,7 @@
"pack": "npx vsce package --no-dependencies",
"release": "bumpp --commit --push --tag",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext ts ",
"lint": "eslint src --ext ts",
"lint:fix": "eslint src --ext ts --fix"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "ESNext",
"module": "esnext",
"lib": ["esnext"],
"moduleResolution": "node",
Expand Down

0 comments on commit 631438e

Please sign in to comment.