Add cypress type support (#49315)

This commit is contained in:
ismail simsek
2022-05-25 16:16:36 +02:00
committed by GitHub
parent e3a51a4aa8
commit c309d1876b

7
e2e/tsconfig.json Normal file
View File

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