test3sep/test3sep-front-f/authsec_angular/frontend/angular-clarity-master/e2e/tsconfig.json

14 lines
214 B
JSON
Raw Normal View History

2024-09-03 03:37:21 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}