mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
4fecf5a7a6
* maintains support for Grafana core e2e tests * avoids producing declaration files in plugin source directories
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"module": "commonjs",
|
|
"types": ["cypress"]
|
|
},
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["**/*.ts"]
|
|
}
|