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