14 lines
282 B
JSON
14 lines
282 B
JSON
![]() |
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"include": ["**/*.ts"],
|
||
|
"exclude": [],
|
||
|
"compilerOptions": {
|
||
|
"types": ["cypress", "@testing-library/cypress"],
|
||
|
"lib": ["es2015", "dom"],
|
||
|
"target": "es5",
|
||
|
"isolatedModules": false,
|
||
|
"allowJs": true,
|
||
|
"noEmit": true
|
||
|
}
|
||
|
}
|