grafana/packages/jaeger-ui-components/tsconfig.json
Zoltán Bedi 5f923be2bf
Plugins: move jaeger trace type to grafana data (#25403)
* Plugins: move jaeger trace type to grafana data

* Remove unnecessary type from tsconfig
2020-06-09 22:08:51 +02:00

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"]
}