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

This commit is contained in:
Andrew Rodgers 2020-05-18 19:00:02 -04:00 committed by GitHub
parent 820eb5c80e
commit ce7b142d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]