UNPKG

mathpix-markdown-it

Version:

Mathpix-markdown-it is an open source implementation of the mathpix-markdown spec written in Typescript. It relies on the following open source libraries: MathJax v3 (to render math with SVGs), markdown-it (for standard Markdown parsing)

32 lines (31 loc) 789 B
{ "compilerOptions": { "baseUrl": ".", "module": "commonjs", "target": "es5", "lib": ["es6", "dom"], "sourceMap": true, "jsx": "react", "moduleResolution": "node", "outDir": "lib", "rootDir": "src", "declaration": true, "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "experimentalDecorators": true, "noImplicitThis": true, "importHelpers": true, "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": true, "downlevelIteration": true }, "exclude": [ "examples", "tests", "node_modules", "template", "lib", "webpack.config.js", "webpack.dev.js" ] }