23d72d25e4
* Minor changes * Only exclude installed packages that are not @grafana/e2e itself * Explicitly load Cypress tsconfig for clarity * Fix Cypress tsconfig * it was trying to extend a config that is not published * it needs to be commonjs
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"types": ["cypress"]
|
|
},
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["**/*.ts"]
|
|
}
|