mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Toolkit: Update tsconfig to clear linter errors (#24824)
This commit is contained in:
parent
820eb5c80e
commit
ce7b142d64
@ -2,7 +2,8 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"baseUrl": "./src",
|
"baseUrl": "./src",
|
||||||
"typeRoots": ["./node_modules/@types"]
|
"typeRoots": ["./node_modules/@types"],
|
||||||
|
"jsx": "react"
|
||||||
},
|
},
|
||||||
"extends": "@grafana/toolkit/src/config/tsconfig.plugin.json",
|
"extends": "@grafana/toolkit/src/config/tsconfig.plugin.json",
|
||||||
"include": ["src", "types"]
|
"include": ["src", "types"]
|
||||||
|
Loading…
Reference in New Issue
Block a user