mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
a13c5380a7
* Grafana-UI: Switch CodeEditor to @monao-editor/react * update copy script and paths * hide context menu * use __grafana_public_path__ * Fix value and language not updating * update jaeger tsconfig * update tsconfig Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
12 lines
325 B
JSON
12 lines
325 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/*.d.ts"]
|
|
}
|