mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
040e11924f
* Update dependency cypress to v10 * Migrate cypress files Signed-off-by: Renovate Bot <bot@renovateapp.com> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
22 lines
346 B
JSON
22 lines
346 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"target": "es6",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"types": [
|
|
"cypress",
|
|
"cypress-commands",
|
|
"cypress-file-upload"
|
|
]
|
|
},
|
|
"include": [
|
|
"../node_modules/cypress",
|
|
"./**/*.ts"
|
|
],
|
|
"exclude": []
|
|
}
|