grafana/e2e/benchmarks/tsconfig.json

6 lines
151 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"include": ["**/*.ts", "../../packages/grafana-e2e/cypress/support/index.d.ts"],
"resolveJsonModule": true
}