UNPKG
@mathjax/generic-font
Version:
latest (4.1.0)
4.1.0
4.0.0
4.0.0-rc.4
4.0.0-rc.2
4.0.0-rc.1
0.4.3-beta.8
0.4.1-beta.8
Generic font for MathJax v4
github.com/mathjax/MathJax-fonts
mathjax/MathJax-fonts
@mathjax/generic-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"
}
}