Skip to content

Commit 2c5bdad

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

14 files changed

+342
-5412
lines changed
Binary file not shown.
Binary file not shown.

api/src/bundler/getPlugins.ts

+1
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

+1
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
},

yarn.lock

+340-5,412
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)