Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5027f2b

Browse files
committed
fix: move tsconfig.json for cypress e2e a level up
Tools like `typescript-eslint` does not work well with this kind of`include` pattern (i.e. starting with `../`).
1 parent05ac8ba commit5027f2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎template/tsconfig/cypress/cypress/e2e/tsconfig.jsonrenamed to‎template/tsconfig/cypress/cypress/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends":"@vue/tsconfig/tsconfig.dom.json",
3-
"include": ["./**/*","../support/**/*"],
3+
"include": ["./e2e/**/*","./support/**/*"],
4+
"exclude": ["./support/component.*"],
45
"compilerOptions": {
56
"isolatedModules":false,
67
"types": ["cypress"]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp