9 lines
180 B
JSON
9 lines
180 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"types": ["jest", "@testing-library/jest-dom"]
|
|
},
|
|
"extends": "@grafana/plugin-configs/tsconfig.json",
|
|
"include": ["."]
|
|
}
|