Skip to content

Commit dc61a54

Browse files
committed
docs: fix tsconfig.json include paths for type-checked example
1 parent 82af8cd commit dc61a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/type-checked/cypress/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "@vue/tsconfig/tsconfig.dom.json",
3-
"include": ["./**/*", "../support/**/*"],
3+
"include": ["./e2e/**/*", "./support/**/*"],
44
"compilerOptions": {
55
"isolatedModules": false,
66
"types": ["cypress"]

0 commit comments

Comments
 (0)