mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
11 lines
277 B
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"]
|
|
}
|