mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
{
|
|
"presets": [
|
|
["next/babel", {
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-transform-typescript-metadata",
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
["styled-components", { "ssr": true }]
|
|
]
|
|
}
|