grafana/e2e/verify/tsconfig.json
2020-05-12 12:48:26 +02:00

8 lines
175 B
JSON

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