/
grigorin
/
InterviewHelper
Обзор
Документация
Войти
/
grigorin
/
InterviewHelper
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tsconfig.json
16 строк
361 B
Grigory
.
16 дек 2025, 13:39
16 дек 2025, 13:39
8273f80
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2016", "module": "commonjs", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "sourceMap": true, "jsx": "react-jsx" }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }