11 lines
241 B
JSON
11 lines
241 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "ESNext",
|
||
|
"lib": ["es5", "dom"],
|
||
|
"types": ["cypress", "cypress-plugin-tab/src", "node"],
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": ["**/*.ts", "../cypress.config.ts"]
|
||
|
}
|