/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/tsconfig.json
50 строк
1 KB
chrisnojima-zoom
Version 670 - clean2 (#29122)
08 июн 2026, 19:31
Не верифицирован
08 июн 2026, 19:31
1943197
Код
Авторство
О чём код?
{ "compilerOptions": { "allowJs": false, "allowUnreachableCode": false, "allowUnusedLabels": false, "checkJs": false, "esModuleInterop": true, "incremental": true, "isolatedModules": true, "lib": [ "ESNext" ], "module": "preserve", "moduleResolution": "bundler", "noEmit": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "./.tsOuts/.tsOut/emit", "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": false, "strict": true, "target": "esnext", "tsBuildInfoFile": "./.tsOuts/.tsOut/cache", "types": [ "node" ] }, "include": [ "./**/*.ts" ], "exclude": [ "**/node_modules" ], "watchOptions": { "watchFile": "useFsEvents", "watchDirectory": "useFsEvents", "fallbackPolling": "dynamicPriority", "synchronousWatchDirectory": true, "excludeDirectories": [ "**/node_modules" ] } }