UNPKG
blue-harvest
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
protractor helpers
github.com/angular-seattle/blue-harvest
angular-seattle/blue-harvest
blue-harvest
/
tsconfig.json
16 lines
(15 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compileOnSave"
:
true
,
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"baseUrl"
:
"./"
,
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"lib"
:
[
"es2017"
,
"es2015.promise"
]
}
}