/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/desktop/tsconfig.json
23 строки
625 B
Brendan Allan
refactor(desktop): consolidate desktop-electron into desktop package (#25822)
05 май 2026, 08:43
Не верифицирован
05 май 2026, 08:43
b4147c8
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "skipLibCheck": true, "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", "allowJs": true, "resolveJsonModule": true, "strict": true, "isolatedModules": true, "noEmit": true, "emitDeclarationOnly": false, "outDir": "node_modules/.ts-dist", "types": ["vite/client", "node", "electron"] }, "references": [{ "path": "../app" }], "include": ["src", "package.json"], "exclude": ["src/**/*.test.ts"] }