17 lines
221 B
JSON
17 lines
221 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"baseUrl": "../node_modules",
|
||
|
"target": "es5",
|
||
|
"lib": [
|
||
|
"es5",
|
||
|
"dom"
|
||
|
],
|
||
|
"types": [
|
||
|
"cypress"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.ts"
|
||
|
]
|
||
|
}
|