Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
refs/heads/branch-2.8
/
.
/
web
/
gui2
/
e2e
/
tsconfig.e2e.json
blob: 1d9e5edf0965125ddb36005861f4c4b8cb0ddff1 [
file
] [
log
] [
blame
]
Sean Condon
83fc39f
2018-04-19 18:56:13 +0100
[
diff
] [
blame
]
1
{
2
"extends"
:
"../tsconfig.json"
,
3
"compilerOptions"
:
{
4
"outDir"
:
"../out-tsc/e2e"
,
5
"baseUrl"
:
"./"
,
6
"module"
:
"commonjs"
,
7
"target"
:
"es5"
,
8
"types"
:
[
9
"jasmine"
,
10
"jasminewd2"
,
11
"node"
12
]
13
}
14
}