grafana/e2e/suite1/tsconfig.json

8 lines
175 B
JSON
Raw Normal View History

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