Skip to content

Commit

Permalink
fix(example-app): types ref
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Mar 12, 2022
1 parent 048767b commit e983b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ui5-js-app/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"compilerOptions": {
"types": ["node", "webdriverio/async", "@wdio/mocha-framework", "wdio-ui5-service"]
"types": ["node", "webdriverio/async", "@wdio/mocha-framework", "wdio-ui5-service/dist"]
}
}

0 comments on commit e983b4b

Please sign in to comment.