8 lines
100 B
JSON
8 lines
100 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": [
|
|
"../node_modules/cypress",
|
|
"*/*.ts"
|
|
]
|
|
}
|