8 lines
126 B
JSON
8 lines
126 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["cypress", "node"]
|
||
|
},
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|