mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
10715a1c79
* Use at least cypress@4.9 ... which has [arguably] better TypeScript definitions * Updated lockfile * Added tests for CLI and API * Minor changes
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"extends": "@grafana/toolkit/src/config/tsconfig.plugin.json",
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"baseUrl": "../node_modules",
|
|
"types": ["cypress", "cypress-file-upload"]
|
|
}
|
|
}
|