Skip to content

Commit

Permalink
fix type conflict between Jest and Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-yamamura committed Jun 3, 2023
1 parent d97ca4d commit 1e993f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-concert-venue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "jest.setup.js"],
"exclude": ["node_modules", "cypress"]
"exclude": ["node_modules", "cypress", "cypress.config.ts"]
}

0 comments on commit 1e993f1

Please sign in to comment.