Skip to content

Commit

Permalink
WIP: resolve jest/cypress type collision
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Dec 13, 2023
1 parent f98a080 commit 981b334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// ES2019 is needed so TS recognizes new features like Array.flat
"lib": ["ES2019", "DOM", "DOM.Iterable"]
},
"exclude": ["node_modules"]
"exclude": ["cypress.config.ts", "cypress", "node_modules"]
}

0 comments on commit 981b334

Please sign in to comment.