13 lines
189 B
JSON
13 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": [
|
|
"cypress"
|
|
]
|
|
},
|
|
"include": [
|
|
"../node_modules/cypress",
|
|
"./**/*.ts"
|
|
]
|
|
}
|