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
/
common.json
14 lines
(13 loc)
•
266 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compileOnSave"
:
true
,
"compilerOptions"
:
{
"downlevelIteration"
:
true
,
"declaration"
:
true
,
"noImplicitAny"
:
true
,
"removeComments"
:
true
,
"lib"
:
[
"es6"
,
"dom"
]
,
"noLib"
:
false
,
"sourceMap"
:
true
}
,
"include"
:
[
"../ts/**/*"
]
}