grafana/e2e/tsconfig.json

9 lines
213 B
JSON
Raw Normal View History

2022-05-25 09:16:36 -05:00
{
"compilerOptions": {
"types": ["cypress"],
"resolveJsonModule": true
2022-05-25 09:16:36 -05:00
},
"extends": "@grafana/tsconfig/base.json",
"include": ["**/*.ts", "cypress/support/e2e.js", "cypress/support/index.d.ts"]
2022-05-25 09:16:36 -05:00
}