Skip to content

Commit da23a4b

Browse files
committed
Avoid Cypress/Jest types colision
1 parent 202d49c commit da23a4b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
"outDir": "./dist"
1414
},
1515
"include": [
16-
"src/**/**.ts",
17-
"tests/**/**.ts",
18-
"package*.json",
19-
"project*.json"
16+
"src/**/**.ts"
2017
],
2118
"exclude": ["node_modules"]
2219
}

0 commit comments

Comments
 (0)