UNPKG
monaco-latex
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
LaTeX language support for Monaco Editor
github.com/domatex/monaco-latex
monaco-latex
/
tsconfig.json
15 lines
(14 loc)
•
313 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"es2017"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es2017"
]
,
"declaration"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"outDir"
:
"dist"
}
,
"include"
:
[
"index.ts"
,
"src/**/*.ts"
]
}