15 lines
231 B
JSON
15 lines
231 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"types": [
|
|
"cypress",
|
|
"@testing-library/cypress"
|
|
]
|
|
},
|
|
"include": [
|
|
"../node_modules/cypress",
|
|
"./*/*.ts"
|
|
]
|
|
}
|