/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/ui/tsconfig.json
22 строки
600 B
Adam
chore: storybook (#15285)
27 фев 2026, 01:05
Не верифицирован
27 фев 2026, 01:05
05d77b7
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@tsconfig/node22/tsconfig.json", "compilerOptions": { // General "jsx": "preserve", "jsxImportSource": "solid-js", "target": "ESNext", // Modules "allowSyntheticDefaultImports": true, "esModuleInterop": true, "isolatedModules": true, "module": "ESNext", "moduleResolution": "bundler", "noEmit": true, "lib": ["es2023", "dom", "dom.iterable"], // Type Checking & Safety "strict": true, "types": ["vite/client", "bun"] }, "exclude": ["**/*.stories.*", "**/*.mdx"] }