8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx"
|
|
},
|
|
"extends": "@grafana/plugin-configs/tsconfig.json",
|
|
"include": ["."]
|
|
}
|