diff --git a/package.json b/package.json index 7cb935c..9530d9c 100644 --- a/package.json +++ b/package.json @@ -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" + } } }