14 lines
194 B
JSON
14 lines
194 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../out-tsc/e2e",
|
||
|
"module": "commonjs",
|
||
|
"types": [
|
||
|
"node"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"**.spec.ts"
|
||
|
],
|
||
|
}
|