mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -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>
16 lines
448 B
JSON
16 lines
448 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declarationDir": "dist",
|
|
"outDir": "compiled",
|
|
"rootDirs": ["."],
|
|
"paths": {
|
|
"@grafana/slate-react": ["../grafana-ui/node_modules/@types/slate-react"]
|
|
},
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"exclude": ["dist", "node_modules"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts*", "../../public/app/types/jquery/*.ts", "../../public/app/types/*.d.ts"]
|
|
}
|