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

11 lines
277 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"allowJs": true,
"jsx": "react"
},
"exclude": ["dist", "node_modules"],
"extends": "@grafana/tsconfig",
"include": ["src/**/*.ts*", "typings", "../../public/app/types/jquery/*.ts", "../../public/app/types/*.d.ts"]
}