17 lines
330 B
JSON
17 lines
330 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"allowJs": true,
|
||
|
"declaration": true,
|
||
|
"strict": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"moduleResolution": "node"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/pdf.js",
|
||
|
"web/pdf_viewer.component.js"
|
||
|
]
|
||
|
}
|