mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
b2e94d0733
* Chore: Migrate yarn from v1 to v2 Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
6 lines
151 B
JSON
6 lines
151 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["**/*.ts", "../../packages/grafana-e2e/cypress/support/index.d.ts"],
|
|
"resolveJsonModule": true
|
|
}
|