/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/console/app/tsconfig.json
21 строка
513 B
Kit Langton
Add native LLM core foundation (#24712)
08 май 2026, 23:56
Не верифицирован
08 май 2026, 23:56
5bb7b23
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "ESNext", "module": "ESNext", "skipLibCheck": true, "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", "allowJs": true, "strict": true, "noEmit": true, "types": ["vite/client", "@webgpu/types", "bun"], "isolatedModules": true, "paths": { "~/*": ["./src/*"] } } }