UNPKG
appium-safari-driver
Version:
latest (4.1.16)
4.1.16
4.1.15
4.1.14
4.1.13
4.1.12
4.1.11
4.1.10
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
3.5.26
3.5.25
3.5.24
3.5.23
3.5.22
3.5.21
3.5.20
3.5.19
3.5.18
3.5.17
3.5.16
3.5.15
3.5.14
3.5.13
3.5.12
3.5.11
3.5.10
3.5.9
3.5.8
3.5.7
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.1
3.0.0
2.2.1
2.2.0
2.1.0
2.0.0
1.1.1
1.1.0
1.0.1
1.0.0
Appium driver for Safari browser
github.com/appium/appium-safari-driver
appium/appium-safari-driver
appium-safari-driver
/
tsconfig.json
15 lines
(14 loc)
•
295 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"extends"
:
"@appium/tsconfig/tsconfig.json"
,
"compilerOptions"
: {
"strict"
:
false
,
//
TODO:
make this flag true
"outDir"
:
"build"
,
"types"
: [
"node"
],
"checkJs"
:
true
},
"include"
: [
"index.js"
,
"lib"
] }