Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarscher committed Jan 5, 2025
1 parent 63d1e33 commit 3bc75dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/fixtures/monorepo/packages/waku-project/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 All @@ -10,6 +11,8 @@
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"types": ["react/experimental"],
"jsx": "react-jsx"
"jsx": "react-jsx",
"rootDir": "./src",
"outDir": "./dist"
}
}
3 changes: 3 additions & 0 deletions tsconfig.e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
{
"path": "./e2e/fixtures/hot-reload/tsconfig.json"
},
{
"path": "./e2e/fixtures/monorepo/packages/waku-project/tsconfig.json"
},
{
"path": "./e2e/fixtures/create-pages/tsconfig.json"
}
Expand Down

0 comments on commit 3bc75dc

Please sign in to comment.