UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
tsconfig-paths
/
.nycrc.json
9 lines
(8 loc)
•
165 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"include"
:
[
"src/**/*.{ts,tsx}"
]
,
"exclude"
:
[
"src/register.ts"
]
,
"extension"
:
[
".ts"
,
".tsx"
]
,
"reporter"
:
[
"json"
]
,
"sourceMap"
:
true
,
"all"
:
true
}