mirror of
https://github.com/grafana/grafana.git
synced 2024-12-30 10:47:30 -06:00
5f923be2bf
* Plugins: move jaeger trace type to grafana data * Remove unnecessary type from tsconfig
9 lines
224 B
JSON
9 lines
224 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "node_modules/@types",
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts*", "typings", "../../public/app/types/jquery/*.ts"]
|
|
}
|