grafana/packages/grafana-e2e/cypress/tsconfig.json
Steven Vachon fe74abfaae
@grafana/e2e: improvements (#25610)
* Added dependency for attaching files to forms

* Fixed closing of panel options

* Updated lockfile
2020-06-16 12:42:35 -04:00

10 lines
191 B
JSON

{
"compilerOptions": {
"declaration": false,
"module": "commonjs",
"types": ["cypress", "cypress-file-upload"]
},
"extends": "@grafana/tsconfig",
"include": ["**/*.ts"]
}