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