Skip to content

Commit

Permalink
Exclude end to end tests from build
Browse files Browse the repository at this point in the history
Puppeteer is again causing problems with types while the build seems okay.
  • Loading branch information
christophblessing committed Sep 28, 2023
1 parent 1ed91fa commit 6f27e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"useUnknownInCatchVariables": true
},
"include": ["src", "types/jsx.d.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "**/*.e2e.ts"]
}

0 comments on commit 6f27e7f

Please sign in to comment.