grafana/packages/grafana-e2e/cypress/tsconfig.json
Steven Vachon 4fecf5a7a6
@grafana/e2e: correctly exclude dependencies from TypeScript builds (#22732)
* maintains support for Grafana core e2e tests
* avoids producing declaration files in plugin source directories
2020-03-11 15:30:29 -04:00

10 lines
168 B
JSON

{
"compilerOptions": {
"declaration": false,
"module": "commonjs",
"types": ["cypress"]
},
"extends": "@grafana/tsconfig",
"include": ["**/*.ts"]
}