12 lines
177 B
JSON
12 lines
177 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"sourceMap": false
|
|
},
|
|
"include": [
|
|
"../node_modules/cypress",
|
|
"./*/*.ts"
|
|
]
|
|
}
|