mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
Typings issues
This commit is contained in:
+9
-1
@@ -181,5 +181,13 @@
|
||||
"caniuse-db": "1.0.30000772",
|
||||
"**/@types/react": "16.7.6"
|
||||
},
|
||||
"workspaces": ["packages/grafana-ui"]
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"nohoist": [
|
||||
"**/@types/*",
|
||||
"**/@types/*/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user