* Allow Route component usage in app plugins * i tried * fix catalog app * fix catalog app * fix catalog app * cleanup imports * plugin catalog enabled to plugin admin * rename plugin catalog to plugin admin * expose catalog url * update text * import from react-router-dom * fix imports -- add logging * merge changes * avoid onNavUpdate * Fixed onNavChange issues * fix library imports * more links Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
10 lines
267 B
JSON
10 lines
267 B
JSON
{
|
|
"extends": "../../../packages/grafana-toolkit/src/config/tsconfig.plugin.json",
|
|
"include": ["src", "types"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"baseUrl": "./src",
|
|
"typeRoots": ["./node_modules/@types", "../../../node_modules/@types"]
|
|
}
|
|
}
|