bd12923c59
* E2E: improvements to the importDashboard flow
(cherry picked from commit aeeaa67b0a)
Co-authored-by: Sarah Zinger <sarahzinger@users.noreply.github.com>
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["cypress"]
|
|
},
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["**/*.ts", "../../packages/grafana-e2e/cypress/support/index.d.ts"],
|
|
"resolveJsonModule": true
|
|
}
|