mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
6781041860
* prevent recursion blowup in redux, attempt to reintroduce import e2e test * try importing json like this instead? * need the panel validation * Update text so it finds Panel data instead of Dataframe JSON * skip test for now
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["cypress"],
|
|
"resolveJsonModule": true
|
|
},
|
|
"extends": "@grafana/tsconfig/base.json",
|
|
"include": ["**/*.ts"]
|
|
}
|