mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 18:00:31 -06:00
e01ac44cfa
* #41993: live perf tests e2e part * #41993: added bash upgrade instructions * #41993: remove custom feature toggle * #41993: fix typo in 'integrationFolder'
6 lines
151 B
JSON
6 lines
151 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["**/*.ts", "../../packages/grafana-e2e/cypress/support/index.d.ts"],
|
|
"resolveJsonModule": true
|
|
}
|