Skip to content

Commit

Permalink
chore: move jsconfig.json location for cypress e2e
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
haoqunjiang committed Dec 24, 2024
1 parent 61e4575 commit 089c69d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"lib": ["es5", "dom"],
"types": ["cypress"]
},
"include": ["./**/*", "../support/**/*"]
"include": ["./e2e/**/*", "./support/**/*"],
"exclude": ["./support/component.*"]
}

0 comments on commit 089c69d

Please sign in to comment.