pdf.js/tsconfig.json

17 lines
330 B
JSON
Raw Normal View History

{
"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"
]
}