Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 4815f8e

Browse files
authored
Update tsconfig.json (#86)
There can be structure that has more than one folder between tsconfig and .ts file. Consider this change, so it is automatically compatible with more complex folder structure.
1 parent 7122daa commit 4815f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"include": [
1010
"../node_modules/cypress",
11-
"./*/*.ts"
11+
"./**/*.ts"
1212
]
1313
}

0 commit comments

Comments
 (0)