/
githubmirror
/
pdf.js
Обзор
Документация
Войти
/
githubmirror
/
pdf.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
23 строки
781 B
Tim van der Meij
Update dependencies to the most recent versions
04 июл 2026, 15:49
Не верифицирован
04 июл 2026, 15:49
4fd232a
Код
Авторство
О чём код?
{ "compilerOptions": { "rootDir": ".", "target": "ES2022", "allowJs": true, "declaration": true, "strict": true, "emitDeclarationOnly": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "bundler", "paths": { "pdfjs-lib": ["./src/pdf"], "display-binary_data_factory": ["./src/display/binary_data_factory"], "display-network_stream": ["./src/display/network_stream.js"], "display-node_utils": ["./src/display/node_utils"], "fluent-bundle": ["./node_modules/@fluent/bundle/esm/index.js"], "fluent-dom": ["./node_modules/@fluent/dom/esm/index.js"], "web-null_l10n": ["./web/genericl10n"] } }, "files": ["src/pdf.js", "web/pdf_viewer.component.js"] }