3ced0dec1b
This has been deprecated since version `2.15.349`, which is a year ago. Removing this will also simplify some upcoming changes, specifically outputting of JavaScript modules in the builds.
25 lines
667 B
JSON
25 lines
667 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"strict": true,
|
|
"emitDeclarationOnly": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"display-fetch_stream": ["./src/display/fetch_stream"],
|
|
"display-l10n_utils": ["./web/l10n_utils"],
|
|
"display-network": ["./src/display/network"],
|
|
"display-node_stream": ["./src/display/node_stream"],
|
|
"display-node_utils": ["./src/display/node_utils"],
|
|
"pdfjs-lib": ["./src/pdf"]
|
|
}
|
|
},
|
|
"files": [
|
|
"src/pdf.js",
|
|
"web/pdf_viewer.component.js"
|
|
]
|
|
}
|