mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
8 lines
115 B
JSON
8 lines
115 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["cypress"]
|
||
|
},
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|