mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -06:00
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
|
||
|
}
|