UNPKG
mathjax-newcm-font
Version:
latest (4.0.0-beta.7)
4.0.0-beta.7
MathJax-Newcm font for MathJax v4
github.com/mathjax/MathJax-fonts
mathjax/MathJax-fonts
mathjax-newcm-font
/
tsconfig
/
mjs.json
10 lines
(9 loc)
•
158 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./common.json"
,
"compilerOptions"
:
{
"target"
:
"ES6"
,
"outDir"
:
"../mjs"
,
"module"
:
"ES6"
,
"moduleResolution"
:
"node"
}
}