Files
grafana/e2e/shared/tsconfig.json
T

6 lines
151 B
JSON
Raw Normal View History

{
2020-02-07 20:40:04 -05:00
"extends": "../../tsconfig.json",
"include": ["**/*.ts", "../../packages/grafana-e2e/cypress/support/index.d.ts"],
"resolveJsonModule": true
}