From 7ebd8232f8c91eeb905de26566d0f27fbf1ba770 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Fri, 23 Apr 2021 14:45:28 -0400 Subject: [PATCH] Fix name in tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0328914a9..a31b7f54f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ "typeRoots": ["./typings"] }, "files": [ - "ts/input/tex/mhchem/mhchemparser/mhchemparser.d.ts" + "ts/input/tex/mhchem/mhchemparser/mhchemParser.d.ts" ], "include": ["ts/**/*"], "exclude": ["js", "es5", "components"]