grafana/e2e/verify/tsconfig.json

8 lines
175 B
JSON
Raw Normal View History

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