From ce7b142d64ba9f88c4e59dfe905996f64c653730 Mon Sep 17 00:00:00 2001 From: Andrew Rodgers Date: Mon, 18 May 2020 19:00:02 -0400 Subject: [PATCH] Toolkit: Update tsconfig to clear linter errors (#24824) --- packages/grafana-toolkit/src/config/tsconfig.plugin.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/grafana-toolkit/src/config/tsconfig.plugin.local.json b/packages/grafana-toolkit/src/config/tsconfig.plugin.local.json index 7453b650656..52ac9088fa1 100644 --- a/packages/grafana-toolkit/src/config/tsconfig.plugin.local.json +++ b/packages/grafana-toolkit/src/config/tsconfig.plugin.local.json @@ -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"]