grafana/public/e2e-tests/tsconfig.json

8 lines
175 B
JSON

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