/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/stats/core/tsconfig.json
11 строк
260 B
Adam
feat: initial datalake and stats site (#28666)
26 май 2026, 01:34
Не верифицирован
26 май 2026, 01:34
5b02ac4
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@tsconfig/node22/tsconfig.json", "compilerOptions": { "module": "ESNext", "moduleResolution": "bundler", "strict": true, "noEmit": true, "types": ["bun", "node"] } }