forked from tykayn/funky-framadate-front
10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/e2e",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": ["jasmine", "jasminewd2", "node"]
|
|
}
|
|
}
|