Skip to content

Instantly share code, notes, and snippets.

@JHSeo-git
Last active February 22, 2021 08:35
Show Gist options
  • Save JHSeo-git/2a6d02839fb31c214d8f37c5c5ee1cfd to your computer and use it in GitHub Desktop.
Save JHSeo-git/2a6d02839fb31c214d8f37c5c5ee1cfd to your computer and use it in GitHub Desktop.
@emotion/react cssprop babel, typescript

tsconfig.json

{
  "compilerOptions": {
    "jsxImportSource": "@emotion/react"
  }
}

babelrc

module.exports = {
  babel: {
    presets: ['@emotion/babel-preset-css-prop'],
  },
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment