/
breit
/
test
Обзор
Документация
Войти
/
breit
/
test
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tsconfig.node.json
23 строки
558 B
breit
init commit
09 июл 2026, 20:00
09 июл 2026, 20:00
fff55b4
Код
Авторство
О чём код?
{ "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", "target": "es2023", "lib": ["ES2023"], "types": ["node"], "skipLibCheck": true, /* Bundler mode */ "module": "nodenext", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "moduleDetection": "force", "noEmit": true, /* Linting */ "noUnusedLocals": true, "noUnusedParameters": true, "erasableSyntaxOnly": true, "noFallthroughCasesInSwitch": true }, "include": ["vite.config.ts"] }