Commit ce7b142d by Andrew Rodgers Committed by GitHub

Toolkit: Update tsconfig to clear linter errors (#24824)

parent 820eb5c8
......@@ -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"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment