10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["cypress"]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|