UNPKG

mhchemparser

Version:

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

12 lines (11 loc) 198 B
{ "extends": "./tsconfig.json", "compilerOptions": { "target": "ES6", "module": "ES6", "moduleResolution": "node", "outDir": "esm", "baseUrl": ".", "typeRoots": [] } }