UNPKG
@freelancercom/blue-harvest
Version:
latest (0.3.1-fork.41)
0.3.1-fork.32-1
0.3.1-fork.41
0.3.1-fork.40
0.3.1-fork.39
0.3.1-fork.38
0.3.1-fork.37
0.3.1-fork.36
0.3.1-fork.35
0.3.1-fork.34
0.3.1-fork.33
0.3.1-fork.32
0.3.1-fork.31
0.3.1-fork.30
0.3.1-fork.29
0.3.1-fork.28
protractor helpers
github.com/angular-seattle/blue-harvest
angular-seattle/blue-harvest
@freelancercom/blue-harvest
/
tsconfig.json
17 lines
(16 loc)
•
278 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compileOnSave"
:
true
,
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"skipLibCheck"
:
true
,
"baseUrl"
:
"./"
,
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"lib"
:
[
"es2017"
,
"es2015.promise"
]
}
}