12 lines
155 B
JSON
12 lines
155 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"baseUrl": "../node_modules",
|
||
|
"types": [
|
||
|
"cypress"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.*"
|
||
|
]
|
||
|
}
|