/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/session-ui/tsconfig.json
19 строк
540 B
Victor Navarro
refactor(ui): isolate session components (#33670)
24 июн 2026, 17:56
Не верифицирован
24 июн 2026, 17:56
04c1730
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@tsconfig/node22/tsconfig.json", "compilerOptions": { "jsx": "preserve", "jsxImportSource": "solid-js", "target": "ESNext", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "isolatedModules": true, "module": "ESNext", "moduleResolution": "bundler", "noEmit": true, "lib": ["es2023", "dom", "dom.iterable"], "strict": true, "types": ["vite/client", "bun"] }, "exclude": ["**/*.stories.*", "**/*.mdx"] }