/
outbreak
/
kilocode
Обзор
Документация
Войти
/
outbreak
/
kilocode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/tsconfig.json
32 строки
889 B
Chris Estreich
Move @roo-code/cloud to the Roo-Code repo (#7503)
28 авг 2025, 21:18
Не верифицирован
28 авг 2025, 21:18
cd9e92f
Код
Авторство
О чём код?
{ "compilerOptions": { "types": ["vitest/globals"], "esModuleInterop": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "lib": ["es2022", "esnext.disposable", "DOM"], "module": "esnext", "moduleResolution": "Bundler", "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, "noImplicitReturns": true, "noUnusedLocals": false, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "ES2022", "useDefineForClassFields": true, "useUnknownInCatchVariables": false }, "include": ["."], "exclude": ["node_modules"], "watchOptions": { "watchFile": "useFsEvents", "watchDirectory": "useFsEvents", "fallbackPolling": "dynamicPriority", "synchronousWatchDirectory": true, "excludeDirectories": ["**/node_modules", "**/dist", "**/.turbo"] } }