/
githubmirror
/
pdf.js
Обзор
Документация
Войти
/
githubmirror
/
pdf.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/types/tsconfig.json
21 строка
503 B
Tim van der Meij
Update dependencies to the most recent versions
04 июл 2026, 15:49
Не верифицирован
04 июл 2026, 15:49
4fd232a
Код
Авторство
О чём код?
{ "compilerOptions": { "outDir": "../../build/tmp", "rootDir": ".", "sourceMap": true, "declaration": false, "moduleResolution": "bundler", "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "ESNext", "module": "ESNext", "strict": true, "types": [], "lib": ["ESNext", "DOM"], "paths": { "pdfjs-dist": ["../../build/typestest"], "pdfjs-dist/*": ["../../build/typestest/*"] } }, "exclude": ["node_modules"] }