mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 19:54:10 -06:00
c530426506
* e2e: Adds log output when you use a selector * e2e: Adds more log output * Refactor: Changes after PR comments
13 lines
322 B
JSON
13 lines
322 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["src/**/*.ts", "./cypress/support/index.d.ts"],
|
|
"exclude": ["dist", "node_modules"],
|
|
"compilerOptions": {
|
|
"types": ["cypress"],
|
|
"rootDirs": ["."],
|
|
"typeRoots": ["./node_modules/@types", "types"],
|
|
"declarationDir": "dist",
|
|
"outDir": "compiled"
|
|
}
|
|
}
|