UNPKG

mhchemparser

Version:

Parser to convert mhchem syntax to LaTeX syntax, for downstream inclusion in MathJax, KaTeX and similar projects.

20 lines (19 loc) 398 B
{ "compileOnSave": true, "compilerOptions": { "target": "ES5", "downlevelIteration": true, "declaration": true, "noImplicitAny": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "removeComments": true, "sourceMap": false, "outDir": "dist" }, "files": [ "src/mhchemParser.ts", "src/mhchemParser.d.ts" ] }