mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
e01ac44cfa
* #41993: live perf tests e2e part * #41993: added bash upgrade instructions * #41993: remove custom feature toggle * #41993: fix typo in 'integrationFolder'
10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"module": "commonjs",
|
|
"types": ["cypress", "cypress-file-upload", "node"]
|
|
},
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["**/*.ts"]
|
|
}
|