Skip to content

Commit 089c69d

Browse files
committed
chore: move jsconfig.json location for cypress e2e
This is a follow up of 5027f2b but of less importance, as I don't expect many tools to rely on this file's location.
1 parent 61e4575 commit 089c69d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/config/cypress/cypress/e2e/jsconfig.json renamed to template/config/cypress/cypress/jsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"lib": ["es5", "dom"],
55
"types": ["cypress"]
66
},
7-
"include": ["./**/*", "../support/**/*"]
7+
"include": ["./e2e/**/*", "./support/**/*"],
8+
"exclude": ["./support/component.*"]
89
}

0 commit comments

Comments
 (0)