UNPKG
llama-latex
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Image to LaTeX with Llama 3.2 Vision.
github.com/minor/llama-latex
minor/llama-latex
llama-latex
/
tsconfig.json
11 lines
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"target"
:
"es2020"
,
"module"
:
"commonjs"
,
"outDir"
:
"./dist"
,
"declaration"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"skipLibCheck"
:
true
}
}