UNPKG
markdown-to-file
Version:
latest (1.5.4)
1.5.4
1.5.3
1.5.1
1.5.0
1.4.6
1.4.5
Convert Markdown to PDF
github.com/wll8/markdown-to-file
wll8/markdown-to-file
markdown-to-file
/
jsconfig.json
10 lines
•
158 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"ES5"
,
"noLib"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}