grafana/e2e/tsconfig.json

9 lines
215 B
JSON
Raw Permalink Normal View History

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