[748a59]: / nih-ct-protocol-ui / e2e / tsconfig.e2e.json

Download this file

13 lines (13 with data), 213 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}