Revision de1cfc120fbc7dc08e55dfae1733804c0996e20d authored by Christopher Moyer on 17 October 2022, 14:02:22 UTC, committed by GitHub on 17 October 2022, 14:02:22 UTC
* adds modify dashboard settings docs

* Quick updates

* minor corrections

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
1 parent 5d53a98
Raw File
tsconfig.json
{
  "compilerOptions": {
    "types": ["cypress"],
    "resolveJsonModule": true
  },
  "extends": "@grafana/tsconfig/base.json",
  "include": ["**/*.ts"]
}
back to top