Skip to content

Commit 571061f

Browse files
committed
fix: include ssg-wildcard in tsconfig.e2e.json
1 parent 2f90814 commit 571061f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

e2e/fixtures/ssg-wildcard/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"composite": true,
34
"strict": true,
45
"target": "esnext",
56
"downlevelIteration": true,

tsconfig.e2e.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
},
2424
{
2525
"path": "./e2e/fixtures/ssr-context-provider/tsconfig.json"
26+
},
27+
{
28+
"path": "./e2e/fixtures/ssg-wildcard/tsconfig.json"
2629
}
2730
]
2831
}

0 commit comments

Comments
 (0)