grafana/packages/grafana-e2e/test/cypress/tsconfig.json
Steven Vachon 10715a1c79
@grafana/e2e: added tests (#25836)
* Use at least cypress@4.9

... which has [arguably] better TypeScript definitions

* Updated lockfile

* Added tests for CLI and API

* Minor changes
2020-06-25 13:17:45 -04:00

9 lines
204 B
JSON

{
"extends": "@grafana/toolkit/src/config/tsconfig.plugin.json",
"include": ["**/*.ts"],
"compilerOptions": {
"baseUrl": "../node_modules",
"types": ["cypress", "cypress-file-upload"]
}
}