/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/app/tsconfig.json
26 строк
658 B
Dax Raad
ci: remove unused publishConfig that was breaking npm publishing
05 мар 2026, 17:45
05 мар 2026, 17:45
bb37e90
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "composite": true, "target": "ESNext", "module": "ESNext", "skipLibCheck": true, "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", "allowJs": true, "resolveJsonModule": true, "strict": true, "noEmit": false, "emitDeclarationOnly": true, "outDir": "node_modules/.ts-dist", "isolatedModules": true, "paths": { "@/*": ["./src/*"] } }, "include": ["src", "package.json"], "exclude": ["dist", "ts-dist"] }