/
kaliganoff
/
tech-internship-test
Обзор
Документация
Войти
/
kaliganoff
/
tech-internship-test
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tsconfig.node.json
22 строки
479 B
kaliganoff
init: Initialize and configure the project
09 сен 2024, 14:54
09 сен 2024, 14:54
987bc4a
Код
Авторство
О чём код?
{ "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": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true }, "include": ["vite.config.ts"] }