mirror of https://github.com/grafana/grafana.git
10 lines
204 B
JSON
10 lines
204 B
JSON
|
|
{
|
||
|
|
"$schema": "../../../../../node_modules/nx/schemas/project-schema.json",
|
||
|
|
"projectType": "library",
|
||
|
|
"tags": ["scope:plugin", "type:datasource"],
|
||
|
|
"targets": {
|
||
|
|
"build": {},
|
||
|
|
"dev": {}
|
||
|
|
}
|
||
|
|
}
|