Typings issues

This commit is contained in:
Torkel Ödegaard
2018-12-25 08:55:44 +01:00
parent a38490f4b2
commit 19da963a19
6 changed files with 28 additions and 6 deletions
+9 -1
View File
@@ -181,5 +181,13 @@
"caniuse-db": "1.0.30000772",
"**/@types/react": "16.7.6"
},
"workspaces": ["packages/grafana-ui"]
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/@types/*",
"**/@types/*/**"
]
}
}