Skip to content

Commit

Permalink
🐛 fix: use the correct path for tsconfig presets
Browse files Browse the repository at this point in the history
  • Loading branch information
michigg committed Jan 30, 2024
1 parent 900d25d commit c91e0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["./**/*", "../support/**/*"],
"compilerOptions": {
"isolatedModules": false,
Expand Down

0 comments on commit c91e0be

Please sign in to comment.