mirror of
https://github.com/grafana/grafana.git
synced 2026-02-18 18:20:52 -05:00
* Complete decoupling of backend - Replace usage of featuremgmt - Copy simplejson - Add standalone logic * Complete frontend decoupling - Fix imports - Copy store and reducer logic * Add required files for full decoupling * Regen cue * Prettier * Remove unneeded script * Jest fix * Add jest config * Lint * Lit * Prune suppresions
8 lines
188 B
JSON
8 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"types": ["node", "jest", "@testing-library/jest-dom"]
|
|
},
|
|
"extends": "@grafana/plugin-configs/tsconfig.json",
|
|
"include": ["."]
|
|
}
|