Grafana UI: Prevent mandatory css prop in bundled types (#42216)

This commit is contained in:
Jack Westbrook
2021-11-24 14:35:06 +01:00
committed by GitHub
parent 2dc30dff63
commit b8c5ac63b1

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"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/ui": ["."]
}