WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

examples/type-checked/cypress/tsconfig.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.dom.json",
3-
"include": ["./**/*", "../support/**/*"],
3+
"include": ["./e2e/**/*", "./support/**/*"],
44
"compilerOptions": {
55
"isolatedModules": false,
66
"types": ["cypress"]

0 commit comments

Comments
 (0)