UNPKG
image-to-pdf
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.0.0
1.0.0
A simple image to PDF converter
github.com/devicarus/image-to-pdf
devicarus/image-to-pdf
image-to-pdf
/
tsconfig.esm.json
10 lines
(9 loc)
•
186 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./tsconfig.base.json"
,
"compilerOptions"
:
{
"lib"
:
[
"ES2020"
,
"DOM"
]
,
"module"
:
"ES2022"
,
"target"
:
"ES6"
,
"outDir"
:
"dist/esm"
}
}