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