Skip to content

Commit 5203101

Browse files
committed
chore: ts-ignore line in api for now
1 parent 94b17a0 commit 5203101

File tree

3 files changed

+342
-5412
lines changed

3 files changed

+342
-5412
lines changed

api/src/bundler/getPlugins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function getPlugins(config: OutputConfig) {
2424
if (config?.experimentalMath) {
2525
//@ts-ignore
2626
remarkPlugins.push(remarkMath);
27+
//@ts-ignore
2728
rehypePlugins.push(rehypeKatex);
2829
}
2930
return { remarkPlugins, rehypePlugins };

packages/server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@types/node-fetch": "^2.6.2",
17+
"@types/pino-std-serializers": "^4.0.0",
1718
"esbuild": "^0.14.47",
1819
"typescript": "^4.5.4"
1920
},

0 commit comments

Comments
 (0)