/
lizardking
/
react_final
Обзор
Документация
Войти
/
lizardking
/
react_final
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
tsconfig.json
32 строки
739 B
LizardKing
Initial commit
22 ноя 2025, 15:56
22 ноя 2025, 15:56
0df0d9e
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "lib": ["ES2022", "DOM", "DOM.Iterable"], "jsx": "react-jsx", "moduleResolution": "Bundler", "resolveJsonModule": true, "isolatedModules": true, "useDefineForClassFields": true, "skipLibCheck": true, "strict": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "allowUnusedLabels": false, "baseUrl": "src", "paths": { "app/*": ["app/*"], "pages/*": ["pages/*"], "widgets/*": ["widgets/*"], "features/*": ["features/*"], "entities/*": ["entities/*"], "shared/*": ["shared/*"] }, "outDir": "./dist" }, "include": ["src/**/*", "vite-env.d.ts"], "exclude": ["dist", "node_modules", "coverage"] }