Skip to content

Commit

Permalink
fix: include ssg-wildcard in tsconfig.e2e.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed May 1, 2024
1 parent 2f90814 commit 571061f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/fixtures/ssg-wildcard/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"composite": true,
"strict": true,
"target": "esnext",
"downlevelIteration": true,
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
},
{
"path": "./e2e/fixtures/ssr-context-provider/tsconfig.json"
},
{
"path": "./e2e/fixtures/ssg-wildcard/tsconfig.json"
}
]
}

0 comments on commit 571061f

Please sign in to comment.