Skip to content

Commit

Permalink
Update to tsconfig/node20
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Jun 7, 2024
1 parent cee2ed2 commit 72fbe11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions extensions/vscode/webviews/homeView/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/vscode/webviews/homeView/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.2",
"@types/vscode-webview": "^1.57.5",
"@vitejs/plugin-vue": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/webviews/homeView/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"@tsconfig/node18/tsconfig.json",
"@tsconfig/node20/tsconfig.json",
"@vue/tsconfig/tsconfig.dom.json"
],
"include": ["src/**/*", "src/**/*.vue"],
Expand Down

0 comments on commit 72fbe11

Please sign in to comment.