Skip to content

Commit 0485060

Browse files
committed
chore: fix type reference issue
1 parent b6547b0 commit 0485060

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/e2e/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4+
"composite": true,
45
"target": "ESNext",
56
"lib": ["ESNext", "DOM"],
67
"baseUrl": ".",
78
"types": ["cypress", "@testing-library/cypress"],
9+
"noEmit": false,
810
"isolatedModules": false
911
},
1012
"include": [

0 commit comments

Comments
 (0)