UNPKG
jsgantt-improved-prime
Version:
latest (2.5.6)
2.5.6
2.5.5
jsgantt-improved-prime
github.com/Zayerz/jsgantt-improved-prime.git
Zayerz/jsgantt-improved-prime
jsgantt-improved-prime
/
e2e
/
tsconfig.e2e.json
13 lines
(12 loc)
•
194 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/e2e"
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"types"
:
[
"jasmine"
,
"node"
]
}
}