Skip to content

Commit c0345d8

Browse files
committed
chore: update included paths
1 parent 2104f67 commit c0345d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"include": [
2525
"src/**/*",
2626
"types/@unfuck-utf8-headers-middleware.d..ts",
27-
"cypress.config.js"
27+
"cypress.config.js",
28+
"cypress/**/*"
2829
],
2930
"ts-node": {
3031
"esm": true,

0 commit comments

Comments
 (0)