mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +00:00
11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "nodenext",
|
|
"lib": ["ES2022", "dom"],
|
|
"strict": true,
|
|
"types": ["cypress", "node"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
} |