Skip to content

Commit 0e8b3f2

Browse files
committed
fix(ci): include playground types in tsconfig.json
1 parent d83005a commit 0e8b3f2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: tsconfig.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"extends": "./.nuxt/tsconfig.json"
3-
}
2+
"extends": "./.nuxt/tsconfig.json",
3+
"include": [
4+
"./playground/.nuxt/nuxt.d.ts",
5+
"./playground/**/*",
6+
"./src/**/*"
7+
]
8+
}

0 commit comments

Comments
 (0)