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.base.json
13 lines
(12 loc)
•
291 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"compilerOptions"
: {
"declaration"
:
true
,
"declarationMap"
:
true
,
"esModuleInterop"
:
true
,
"moduleResolution"
:
"node"
,
"strict"
:
true
,
"allowJs"
:
true
, },
"include"
: [
"index.ts"
] }