/
QuickMeet
/
Chat.Desktop
Обзор
Документация
Войти
/
QuickMeet
/
Chat.Desktop
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
25 строк
621 B
Tasso Evangelista
refactor!(deps): Bump all critical dependencies (#2803)
15 янв 2024, 17:33
Не верифицирован
15 янв 2024, 17:33
4b4f2ee
Код
Авторство
О чём код?
{ "compilerOptions": { "rootDir": "./src", "module": "ESNext", "target": "ES2015", "lib": ["DOM", "ES2021"], "sourceMap": true, "allowJs": true, "jsx": "react-jsx", "outDir": "./app", "moduleResolution": "node", "forceConsistentCasingInFileNames": true, "strict": true, // "noEmit": true, "noImplicitReturns": true, "ignoreDeprecations": "5.0", "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": true, "noUnusedParameters": true, "esModuleInterop": true, "resolveJsonModule": true, "skipLibCheck": true }, "include": ["src"], }