nx/graph/client-e2e/tsconfig.json
2023-05-03 11:02:07 -04:00

19 lines
334 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"sourceMap": false
},
"files": [],
"include": [
"cypress.config.ts",
"cypress-watch-mode.config.ts",
"cypress-release.config.ts",
"cypress-release-static.config.ts"
],
"references": [
{
"path": "./tsconfig.e2e.json"
}
]
}