/
GreyCat
/
RuView
Обзор
Документация
Войти
/
GreyCat
/
RuView
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/ruview-cli/tsconfig.json
23 строки
596 B
rUv
feat(tools): scaffold ruview MCP server + CLI + ADR-104 (#705)
22 май 2026, 06:33
Не верифицирован
22 май 2026, 06:33
3f462a2
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "lib": ["ES2022"], "outDir": "dist", "rootDir": "src", "declaration": true, "declarationMap": true, "sourceMap": true, "strict": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules", "dist"] }