2020-07-16 09:22:53 +00:00
|
|
|
{
|
2022-06-08 11:19:51 +00:00
|
|
|
"extends": "../tsconfig.json",
|
2020-07-16 09:22:53 +00:00
|
|
|
"compilerOptions": {
|
2022-06-08 11:19:51 +00:00
|
|
|
"noEmit": true,
|
2020-07-16 09:22:53 +00:00
|
|
|
"strict": true,
|
2020-09-05 14:36:46 +00:00
|
|
|
"target": "es6",
|
2021-02-03 21:13:04 +00:00
|
|
|
"lib": [
|
|
|
|
"es6",
|
|
|
|
"dom"
|
|
|
|
],
|
|
|
|
"types": [
|
|
|
|
"cypress",
|
|
|
|
"cypress-commands",
|
2022-07-30 21:32:19 +00:00
|
|
|
"cypress-file-upload",
|
|
|
|
"node"
|
2021-02-03 21:13:04 +00:00
|
|
|
]
|
2020-07-16 09:22:53 +00:00
|
|
|
},
|
|
|
|
"include": [
|
2022-06-08 11:19:51 +00:00
|
|
|
"../node_modules/cypress",
|
|
|
|
"./**/*.ts"
|
|
|
|
],
|
|
|
|
"exclude": []
|
2020-07-16 09:22:53 +00:00
|
|
|
}
|