Skip to content

Commit

Permalink
chore: ts-ignore line in api for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac committed Nov 4, 2022
1 parent 94b17a0 commit 5203101
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 5,412 deletions.
1 change: 1 addition & 0 deletions api/src/bundler/getPlugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function getPlugins(config: OutputConfig) {
if (config?.experimentalMath) {
//@ts-ignore
remarkPlugins.push(remarkMath);
//@ts-ignore
rehypePlugins.push(rehypeKatex);
}
return { remarkPlugins, rehypePlugins };
Expand Down
1 change: 1 addition & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"@types/pino-std-serializers": "^4.0.0",
"esbuild": "^0.14.47",
"typescript": "^4.5.4"
},
Expand Down
Loading

0 comments on commit 5203101

Please sign in to comment.