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
/
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/**/*"
]
}