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