Prettify tsconfig.json files for T&P data sources (#81262)

This commit is contained in:
Fabrizio 2024-01-25 16:44:16 +01:00 committed by GitHub
parent 828c2cebf0
commit 5195e5347e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ {
"extends": "@grafana/plugin-configs/tsconfig.json", "extends": "@grafana/plugin-configs/tsconfig.json",
"include": ["."] "include": ["."],
} }

View File

@ -1,4 +1,4 @@
{ {
"extends": "@grafana/plugin-configs/tsconfig.json", "extends": "@grafana/plugin-configs/tsconfig.json",
"include": ["."] "include": ["."],
} }

View File

@ -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": ["."],
} }