9 lines
148 B
JSON
9 lines
148 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"lib": ["es5", "dom"],
|
||
|
"types": ["cypress"]
|
||
|
},
|
||
|
"include": ["./**/*", "../support/**/*"]
|
||
|
}
|