skirda-launcher/e2e/tsconfig.e2e.json

14 lines
194 B
JSON
Raw Permalink Normal View History

2022-08-23 19:09:39 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"types": [
"node"
]
},
"include": [
"**.spec.ts"
],
}