Skip to content

Commit 7ebd823

Browse files
committed
Fix name in tsconfig.json
1 parent 2b2c5c9 commit 7ebd823

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
@@ -21,7 +21,7 @@
2121
"typeRoots": ["./typings"]
2222
},
2323
"files": [
24-
"ts/input/tex/mhchem/mhchemparser/mhchemparser.d.ts"
24+
"ts/input/tex/mhchem/mhchemparser/mhchemParser.d.ts"
2525
],
2626
"include": ["ts/**/*"],
2727
"exclude": ["js", "es5", "components"]

0 commit comments

Comments
 (0)