dc/client/cypress/tsconfig.json
Mihajlo Medjedovic e4e04a193f
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 4m13s
chore: fixed tsconfig cypress and angular karma conflicts
2024-09-27 14:05:43 +02:00

13 lines
269 B
JSON

{
"compilerOptions": {
"strict": true,
"baseUrl": "../node_modules",
"target": "es6",
"lib": ["es2019", "dom"],
"types": ["cypress", "cypress-real-events"]
},
"include": [
"**/*.ts",
"../cypress.config.ts"
]
}