mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add cypress type support (#49315)
This commit is contained in:
7
e2e/tsconfig.json
Normal file
7
e2e/tsconfig.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"types": ["cypress"]
|
||||
},
|
||||
"extends": "@grafana/tsconfig/base.json",
|
||||
"include": ["**/*.ts"]
|
||||
}
|
Reference in New Issue
Block a user