UNPKG
pdf-js-fix-version
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
Fix for NG2-PDF-JS non updated npm
github.com/klyck/ng2-pdfjs-viewer
klyck/ng2-pdfjs-viewer
pdf-js-fix-version
/
tsconfig.json
18 lines
(17 loc)
•
276 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"baseUrl"
:
"./src"
,
"experimentalDecorators"
:
true
,
"moduleResolution"
:
"node"
,
"rootDir"
:
"./src"
,
"lib"
:
[
"es2015"
,
"dom"
]
,
"skipLibCheck"
:
true
,
"target"
:
"es5"
,
"types"
:
[
"node"
]
}
}