/
tsps
/
adminka
Обзор
Документация
Войти
/
tsps
/
adminka
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
tsconfig.node.json
22 строки
481 B
Василий Петров
Перенос админской части из общего монолита
28 ноя 2025, 22:21
28 ноя 2025, 22:21
5d778d6
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2022", "lib": ["ES2023"], "module": "ESNext", "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "isolatedModules": true, "moduleDetection": "force", "noEmit": true, /* Linting */ "strict": true, "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": true }, "include": ["vite.config.ts"] }