/
DevDenzo
/
DigitalStore
Обзор
Документация
Войти
/
DevDenzo
/
DigitalStore
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/tsconfig.json
23 строки
611 B
Denis Sklyarskij
Создан скелет магазина
10 дек 2025, 22:19
10 дек 2025, 22:19
a36e9ac
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "esnext", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "allowImportingTsExtensions": true, "baseUrl": "./src" }, "include": ["src"], "exclude": ["node_modules", "build"] }