Version: v1.1.1
Issue
Running ng add @wdio/schematics will add a test/tsconfig.e2e.json file.
But Vscode only knowns typescript configuration file named tsconfig.json.
This results in multiple typing errors :

Solution
Use tsconfig.json instead of tsconfig.e2e.json to name the typescript configuration file.
Version: v1.1.1
Issue
Running
ng add @wdio/schematicswill add atest/tsconfig.e2e.jsonfile.But
Vscodeonly knowns typescript configuration file namedtsconfig.json.This results in multiple typing errors :
Solution
Use
tsconfig.jsoninstead oftsconfig.e2e.jsonto name the typescript configuration file.