/
dbataeva
/
tasksApp
Обзор
Документация
Войти
/
dbataeva
/
tasksApp
Код
Запросы
2
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
finalProject
appProject/tsconfig.json
29 строк
678 B
Daria Bataeva
feat(task7): build lib
27 окт 2025, 20:56
27 окт 2025, 20:56
f5e821b
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2023", "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "baseUrl": "src", "paths": { "shared/*": ["shared/*"], "entities/*": ["entities/*"], "features/*": ["features/*"], "widgets/*": ["widgets/*"], "pages/*": ["pages/*"], "app/*": ["app/*"], "uilib": ["../uiLib/src"] } }, "include": ["src"] }