mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
dfb3272bdb
* E2E refactoring * Updated circleci * Updated lint paths
8 lines
175 B
JSON
8 lines
175 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["cypress"]
|
|
},
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["**/*.ts", "../../packages/grafana-e2e/cypress/support/index.d.ts"]
|
|
}
|