mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
663641d521
- Add `addDockerHost` and `stopDockerHost` commands. - Example usage in test.
14 lines
218 B
JSON
14 lines
218 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": [
|
|
"cypress",
|
|
"@testing-library/cypress",
|
|
"node",
|
|
"cypress-wait-until"
|
|
]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|