/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/http-recorder/tsconfig.json
22 строки
598 B
Kit Langton
feat(http-recorder): prepare public beta release (#31018)
06 июн 2026, 06:01
Не верифицирован
06 июн 2026, 06:01
54f4974
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@tsconfig/node22/tsconfig.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", "module": "nodenext", "moduleResolution": "nodenext", "declaration": true, "stripInternal": true, "lib": ["ESNext", "DOM", "DOM.Iterable"], "noUncheckedIndexedAccess": false, "plugins": [ { "name": "@effect/language-service", "transform": "@effect/language-service/transform", "namespaceImportPackages": ["effect", "@effect/*"] } ] }, "include": ["src"] }