/
9sber
/
author_search
Обзор
Документация
Войти
/
9sber
/
author_search
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
develop_baseline
client/tsconfig.node.json
30 строк
713 B
Knohhonk
Dev: paper preprocessing with VLM
14 ноя 2025, 12:25
14 ноя 2025, 12:25
52d0497
Код
Авторство
О чём код?
{ "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", "target": "ES2023", "lib": [ "ES2023" ], "module": "ESNext", "types": [ "node" ], "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "moduleDetection": "force", "noEmit": true, /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "erasableSyntaxOnly": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true }, "include": [ "vite.config.ts" ] }