mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prettify tsconfig.json files for T&P data sources (#81262)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": "@grafana/plugin-configs/tsconfig.json",
|
"extends": "@grafana/plugin-configs/tsconfig.json",
|
||||||
"include": ["."]
|
"include": ["."],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": "@grafana/plugin-configs/tsconfig.json",
|
"extends": "@grafana/plugin-configs/tsconfig.json",
|
||||||
"include": ["."]
|
"include": ["."],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"types": ["node", "jest", "@testing-library/jest-dom"]
|
"types": ["node", "jest", "@testing-library/jest-dom"],
|
||||||
},
|
},
|
||||||
"extends": "@grafana/plugin-configs/tsconfig.json",
|
"extends": "@grafana/plugin-configs/tsconfig.json",
|
||||||
"include": ["."]
|
"include": ["."],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user