Skip to content

Commit

Permalink
fix: remove unused dependency @types/katex (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Dec 24, 2024
1 parent 086f411 commit ae08046
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@
"semantic-release": "^24.2.0",
"tsd": "^0.31.2"
},
"dependencies": {
"@types/katex": "^0.16.7"
"tsd": {
"compilerOptions": {
"strict": true,
"module": "nodenext"
}
}
}

0 comments on commit ae08046

Please sign in to comment.