/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.6.2
shared/tsconfig.json
57 строк
2 KB
chrisnojima-zoom
Various ios/android push fixes (#28711)
19 дек 2025, 23:31
Не верифицирован
19 дек 2025, 23:31
2763ebd
Код
Авторство
О чём код?
{ "compilerOptions": { "allowJs": false, "allowSyntheticDefaultImports": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "alwaysStrict": true, "assumeChangesOnlyAffectDirectDependencies": false, "baseUrl": ".", "checkJs": false, "declaration": true, "exactOptionalPropertyTypes": false, "forceConsistentCasingInFileNames": false, "incremental": true, "isolatedModules": true, "jsx": "preserve", "lib": ["ESNext", "dom"], "module": "commonjs", "noErrorTruncation": true, "noEmit": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitOverride": false, "noImplicitReturns": true, "noImplicitThis": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "./.tsOuts/.tsOut/emit", "paths": { "@/*": ["./*"] }, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": false, "strict": true, "target": "esnext", "tsBuildInfoFile": "./.tsOuts/.tsOut/cache" }, "include": ["./**/*.ts", "./**/*.tsx"], "exclude": [ "**/node_modules", "./desktop/dist", "./desktop/build", "./common-adapters/icon.constants-gen.desktop.tsx", "./common-adapters/icon.constants-gen.native.tsx", "./common-adapters/icon.constants-gen.shared.tsx" ], "watchOptions": { "watchFile": "useFsEvents", "watchDirectory": "useFsEvents", "fallbackPolling": "dynamicPriority", "synchronousWatchDirectory": true, "excludeDirectories": ["**/node_modules", "./desktop/dist", "./desktop/build"] } }