c9250c9135
* 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 deec7c306b.
* 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"
|
|
]
|
|
}
|