grafana/packages/jaeger-ui-components/tsconfig.json

9 lines
224 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": "node_modules/@types",
"typeRoots": ["node_modules/@types"]
},
"extends": "@grafana/tsconfig",
"include": ["src/**/*.ts*", "typings", "../../public/app/types/jquery/*.ts"]
}