/
Alyar
/
Fastify-master
Обзор
Документация
Войти
/
Alyar
/
Fastify-master
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tsconfig.json
13 строк
321 B
Alyar
typescript
03 дек 2025, 19:54
03 дек 2025, 19:54
4b33f25
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2022", "module": "node18", "moduleResolution": "Node16", "sourceMap": true, "outDir": "./dist/", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": false, "skipLibCheck": true } }