From 092e1414f8903ee224f90a97119f49cdfe1ca7d9 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:22:44 +0800 Subject: [PATCH] fix: katex type bug --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c79ae93..4575473 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "@types/browser-or-node": "^1.3.0", "@types/diff": "^5.0.3", "@types/html-docx-js": "^0.3.1", + "@types/katex": "^0.16.2", "@types/node": "^20.5.6", "@types/seedrandom": "^3.0.5", "@types/yamljs": "^0.2.31",