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