Revision 216d99439bd18608259d7a81571c94d2e4d891e5 authored by SeƱor Performo - Leandro Melendez on 12 July 2024, 20:47:23 UTC, committed by GitHub on 12 July 2024, 20:47:23 UTC
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
1 parent ef624c7
Raw File
tsconfig.json
{
  "compilerOptions": {
    "types": ["cypress"],
    "resolveJsonModule": true
  },
  "extends": "@grafana/tsconfig/base.json",
  "include": ["**/*.ts", "cypress/support/e2e.js", "cypress/support/index.d.ts"]
}
back to top