Skip to content

Commit fc97497

Browse files
committed
Move specific TS config for cypress to app folder tests
1 parent bc7dee7 commit fc97497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tsconfig.json renamed to tests/apps/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"lib": ["es2015", "dom"],
55
"types": ["cypress"]

0 commit comments

Comments
 (0)