diff --git a/test/wdio/tsconfig-stencil.json b/test/wdio/tsconfig-stencil.json index 1f3b3f14f863..1d195475fa1e 100644 --- a/test/wdio/tsconfig-stencil.json +++ b/test/wdio/tsconfig-stencil.json @@ -27,7 +27,7 @@ "skipLibCheck": true }, "include": [ - "./components.d.ts", + "./src/components.d.ts", "./**/*.spec.ts", "./**/*.tsx", "./util.ts",