.babelrc 160 B

1234
  1. {
  2. "presets": ["next/babel", "@zeit/next-typescript/babel"],
  3. "plugins": [["styled-components", { "ssr": true, "displayName": true, "preprocess": false }]]
  4. }