mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00

* Transformation: generic support for variables, yay * clean up value matcher editors * clean * clean up filterByValue * more * clean * clean * more! * lint * Revert "Transformation: generic support for variables, yay" This reverts commit deec7c306bff7cf452ccaa49a57284d9c942d014. * Bump scenes to canary * filterByValue - remove irrelevant tests * filterByName tests update * calculateField test update * nit * is that gonna work? * Update grafana-data tscnig config to use grafana-ui's react table types --------- Co-authored-by: Leon Sorokin <leeoniya@gmail.com> Co-authored-by: oscarkilhed <oscar.kilhed@grafana.com>
19 lines
430 B
JSON
19 lines
430 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"declarationDir": "./compiled",
|
|
"emitDeclarationOnly": true,
|
|
"isolatedModules": true,
|
|
"rootDirs": ["."]
|
|
},
|
|
"exclude": ["dist/**/*"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": [
|
|
"src/**/*.ts*",
|
|
"typings/jest",
|
|
"../../public/app/types/jquery/*.ts",
|
|
"../../public/app/types/*.d.ts",
|
|
"../grafana-ui/src/types/react-table-config.d.ts"
|
|
]
|
|
}
|