Skip to content

Commit

Permalink
chore(wdio): include the right path for the wdio-specific .d.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Mar 14, 2024
1 parent 908f778 commit c552b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wdio/tsconfig-stencil.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"skipLibCheck": true
},
"include": [
"./components.d.ts",
"./src/components.d.ts",
"./**/*.spec.ts",
"./**/*.tsx",
"./util.ts",
Expand Down

0 comments on commit c552b2d

Please sign in to comment.