Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Dec 18, 2024
1 parent 70d4db7 commit 35cd7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"moduleResolution": "bundler",
"types": ["mocha", "vite/client"]
},
"include": ["e2e/**/*", "integration/**/*", "regressions/**/*"],
"exclude": ["node_modules", "regressions/build/**/*"]
"include": ["e2e/**/*", "regressions/**/*"],
"exclude": ["node_modules", "e2e/dist/**/*", "regressions/dist/**/*"]
}

0 comments on commit 35cd7ff

Please sign in to comment.