mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
13 lines
218 B
JSON
13 lines
218 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": [
|
|
"cypress",
|
|
"@testing-library/cypress",
|
|
"node",
|
|
"cypress-wait-until"
|
|
]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|