/
Shetsova_L
/
tech-internship
Обзор
Документация
Войти
/
Shetsova_L
/
tech-internship
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.node.json
22 строки
479 B
shevtcovaLena
template
08 сен 2024, 21:56
08 сен 2024, 21:56
3482328
Код
Авторство
О чём код?
{ "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"] }