Files
grafana/packages/jaeger-ui-components/tsconfig.json
2021-10-27 14:21:07 +01:00

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