mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
ba50e96544
* Add stack trace to span detail row * Modify accordian text not to have a whitespace * Modify stackTrace to stackTraces * Modify AccordianText ti get text component as prop * Fix typecheck and test failure * Span details text area do not wrap line
12 lines
327 B
JSON
12 lines
327 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "node_modules/@types",
|
|
"paths": {
|
|
"@grafana/slate-react": ["slate-react"]
|
|
},
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts*", "typings", "../../public/app/types/jquery/*.ts", "../../public/app/types/svg.d.ts"]
|
|
}
|