grafana/e2e/tsconfig.json
Ashley Harrison 6781041860
Import: prevent recursion blowup in redux + reintroduce import e2e test (#52985)
* 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
2022-08-01 12:53:31 +01:00

9 lines
157 B
JSON

{
"compilerOptions": {
"types": ["cypress"],
"resolveJsonModule": true
},
"extends": "@grafana/tsconfig/base.json",
"include": ["**/*.ts"]
}