mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2026-01-20 20:01:20 +00:00
13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress", "node"],
|
|
"paths": {
|
|
"#pages/*": [
|
|
"../pages/*.ts"
|
|
]
|
|
},
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
} |