UNPKG
@appium/support
Version:
latest (7.0.4)
rc (7.0.0-rc.1)
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
7.0.0-rc.1
6.1.1
6.1.0
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.3
5.0.2
5.0.1
4.5.0
4.4.0
4.3.0
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
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.3
4.0.2
4.0.1
4.0.0
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.0.1
3.0.0
2.61.1
2.61.0
2.60.0
2.59.5
2.59.4
2.59.3
2.59.2
2.59.1
2.59.0
2.58.0
2.57.4
2.57.3
2.57.2
2.57.1
2.57.0
2.56.1
2.56.0
2.55.4
2.55.3
2.55.2
2.55.1
2.55.0
2.54.2
2.54.0
2.53.0
Support libs used across appium packages
appium.io
appium/appium
@appium/support
/
tsconfig.json
13 lines
(12 loc)
•
241 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"
@appium
/tsconfig/tsconfig.json"
,
"compilerOptions"
: {
"outDir"
:
"build"
,
"paths"
: {
"
@appium
/types"
: [
"../types"
] },
"checkJs"
: true },
"include"
: [
"lib"
],
"references"
: [{
"path"
:
"../types"
}] }