Add cypress type support (#49315)

pull/49623/head
ismail simsek 3 years ago committed by GitHub
parent e3a51a4aa8
commit c309d1876b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      e2e/tsconfig.json

@ -0,0 +1,7 @@
{
"compilerOptions": {
"types": ["cypress"]
},
"extends": "@grafana/tsconfig/base.json",
"include": ["**/*.ts"]
}
Loading…
Cancel
Save