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

(cherry picked from commit b8c5ac63b1)

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Grot (@grafanabot) 2021-11-24 09:00:06 -05:00 committed by GitHub
parent fa19fa298d
commit 5c3dfaa1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": ["."]
}