**Version v1.1.1** ### Issue `@wdio/spec-reporter` doesn't have any types which makes Vscode complain about it. <img width="563" alt="Screen Shot 2021-11-09 at 19 44 48" src="https://user-images.githubusercontent.com/674862/140986467-0425df3e-acd3-46c5-b574-a818c678edfb.png"> ### Solution(s) Either remove `@wdio/spec-reporter` from `tsconfig.e2e.json#types` or add a `package.json#types` in `@wdio/spec-reporter` itself.
Version v1.1.1
Issue
@wdio/spec-reporterdoesn't have any types which makes Vscode complain about it.Solution(s)
Either remove
@wdio/spec-reporterfromtsconfig.e2e.json#typesor add apackage.json#typesin@wdio/spec-reporteritself.