feat: added latex generation

This commit is contained in:
Morten Olsen
2022-03-29 23:01:49 +02:00
parent 90fdaeb406
commit d1d77ed915
68 changed files with 1506 additions and 290 deletions

View File

@@ -1,4 +1,11 @@
{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
"presets": [
["next/babel", {
}]
],
"plugins": [
"babel-plugin-transform-typescript-metadata",
["@babel/plugin-proposal-decorators", { "legacy": true }],
["styled-components", { "ssr": true }]
]
}