Skip to content

Commit ee7d2ec

Browse files
committed
chore: add playwright config to tsconfig include pattern
1 parent 3c3bfde commit ee7d2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/tsconfig/base/tsconfig.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "@vue/tsconfig/tsconfig.node.json",
3-
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
3+
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
44
"compilerOptions": {
55
"composite": true,
66
"types": ["node"]

0 commit comments

Comments
 (0)