/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/ui/tsconfig.build.json
14 строк
419 B
vimtor
core: prevent UI imports compiling TSX source
26 июн 2026, 11:25
26 июн 2026, 11:25
eeb5b1d
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", "noEmit": false, // Publish declarations so consumer compiler options do not typecheck our TSX implementation. "declaration": true, "emitDeclarationOnly": true }, "include": ["src"], "exclude": ["**/*.stories.*", "**/*.test.*", "**/*.mdx"] }