mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana UI: Prevent mandatory css prop in bundled types (#42216)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"paths": {
|
"paths": {
|
||||||
"@emotion/core": ["../../src/types/emotion-core-stub.d.ts"],
|
"@emotion/core": ["./src/types/emotion-core-stub.d.ts"],
|
||||||
"@grafana/slate-react": ["slate-react"],
|
"@grafana/slate-react": ["slate-react"],
|
||||||
"@grafana/ui": ["."]
|
"@grafana/ui": ["."]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user