Skip to content

Commit 9329f4a

Browse files
committed
Remove 'katex' type from tsconfig.json
1 parent 2febf50 commit 9329f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "es5",
44
"lib": ["dom", "dom.iterable", "esnext"],
55
"allowJs": true,
6-
"types": ["katex", "pg"],
6+
"types": ["pg"],
77
"skipLibCheck": true,
88
"strict": true,
99
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)