mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 04:34:23 -06:00
fe74abfaae
* Added dependency for attaching files to forms * Fixed closing of panel options * Updated lockfile
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"module": "commonjs",
|
|
"types": ["cypress", "cypress-file-upload"]
|
|
},
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["**/*.ts"]
|
|
}
|