Skip to content

Commit

Permalink
lint: ignore tsc for mhchem type as it is not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
LioSergent committed Dec 30, 2024
1 parent 1b83d92 commit 3dd116d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/plugins/layout/TexPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const importKatex = once(async () => {
});

const importMhChem = once(async () => {
// @ts-ignore
await import("katex/contrib/mhchem");
});

Expand Down

0 comments on commit 3dd116d

Please sign in to comment.