We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ff3c3 commit 3b7743cCopy full SHA for 3b7743c
packages/core/src/index.ts
@@ -6,7 +6,6 @@ import {
6
import { css } from '@theme-ui/css'
7
import React from 'react'
8
import deepmerge from 'deepmerge'
9
-// @ts-ignore
10
import { version as __EMOTION_VERSION__ } from '@emotion/core/package.json'
11
import { Theme } from './theme'
12
packages/core/tsconfig.json
@@ -1,5 +1,6 @@
1
{
2
"compilerOptions": {
3
+ "resolveJsonModule": true,
4
"esModuleInterop": true
5
}
0 commit comments