/
Razavi
/
PreBid
Обзор
Документация
Войти
/
Razavi
/
PreBid
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.node.json
34 строки
1005 B
Razavi
Избранное. Каталог. Карточка товара.
14 фев 2025, 16:48
14 фев 2025, 16:48
a635c3f
Код
Авторство
О чём код?
{ "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", "target": "ES2022", "lib": ["ES2023"], "module": "ESNext", "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "Bundler", "allowImportingTsExtensions": true, "isolatedModules": true, "moduleDetection": "force", "noEmit": true, /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "baseUrl": "./src", "paths": { "@services/*": ["services/*"], "@utils/*": ["utils/*"], "@store/*": ["store/*"], "@hooks/*": ["hooks/*"], "@components/*": ["components/*"], "@ui/*": ["components/ui/*"], "@assets/*": ["assets/*"] } }, "include": ["vite.config.ts"] }