/
dbataeva
/
tasksApp
Обзор
Документация
Войти
/
dbataeva
/
tasksApp
Код
Запросы
2
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
finalProject
uiLib/tsconfig.json
20 строк
476 B
Daria Bataeva
refactor(task8): move tooltip from lib to shared
04 ноя 2025, 10:56
04 ноя 2025, 10:56
96b42f6
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2023", "lib": ["dom", "es2019"], "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "esnext", "moduleResolution": "node", "isolatedModules": true, "jsx": "react-jsx", "declaration": true, "declarationDir": "build/types", "outDir": "build" }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }