Files
grafana/e2e/benchmarks/tsconfig.json
T

6 lines
151 B
JSON
Raw Normal View History

2022-01-12 22:15:29 +04:00
{
"extends": "../../tsconfig.json",
"include": ["**/*.ts", "../../packages/grafana-e2e/cypress/support/index.d.ts"],
"resolveJsonModule": true
}