Revision b374b012609f1021e0ebd6731bc8ff242ea38a58 authored by Victor Marin on 14 October 2022, 08:52:12 UTC, committed by GitHub on 14 October 2022, 08:52:12 UTC
1 parent 902a230
Raw File
tsconfig.json
{
  "compilerOptions": {
    "types": ["cypress"],
    "resolveJsonModule": true
  },
  "extends": "@grafana/tsconfig/base.json",
  "include": ["**/*.ts"]
}
back to top