mirror of https://github.com/grafana/grafana
Add cypress type support (#49315)
parent
e3a51a4aa8
commit
c309d1876b
@ -0,0 +1,7 @@ |
||||
{ |
||||
"compilerOptions": { |
||||
"types": ["cypress"] |
||||
}, |
||||
"extends": "@grafana/tsconfig/base.json", |
||||
"include": ["**/*.ts"] |
||||
} |
Loading…
Reference in new issue