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