Skip to content

Commit bdbeb8a

Browse files
committed
fix(playgrounds): extend correct node22 tsconfig
1 parent 5a90ff5 commit bdbeb8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playground/h3/tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node20/tsconfig.json",
2+
"extends": "@tsconfig/node22/tsconfig.json",
33
"include": [
44
"vite.config.*",
55
"vitest.config.*",

playground/pinia-example/tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node20/tsconfig.json",
2+
"extends": "@tsconfig/node22/tsconfig.json",
33
"include": [
44
"vite.config.*",
55
"vitest.config.*",

playground/vue-router/tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node20/tsconfig.json",
2+
"extends": "@tsconfig/node22/tsconfig.json",
33
"include": [
44
"vite.config.*",
55
"vitest.config.*",

0 commit comments

Comments
 (0)