mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
8 lines
126 B
JSON
8 lines
126 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["cypress"]
|
|
},
|
|
"extends": "@grafana/tsconfig/base.json",
|
|
"include": ["**/*.ts"]
|
|
}
|