/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/tsconfig.native.json
25 строк
844 B
chrisnojima
fix(provision): waiting feedback, back-out of hung RPCs, and device-list responsiveness (#29456)
23 июл 2026, 23:42
Не верифицирован
23 июл 2026, 23:42
94f84ce
Код
Авторство
О чём код?
{ "extends": ["./tsconfig.base.json", "./tsconfig.paths.native.json"], "compilerOptions": { "moduleSuffixes": [".native", ""], "lib": ["ESNext"], "types": ["jest", "node"], "outDir": "./.tsOuts/.tsOut-native/emit", "tsBuildInfoFile": "./.tsOuts/.tsOut-native/cache" }, "include": ["./**/*.mts", "./**/*.mjs", "./**/*.ts", "./**/*.tsx"], "exclude": [ "**/node_modules", "./desktop", "./**/*.stories.tsx", "./**/*.desktop.tsx", "./**/*.desktop.ts", "./common-adapters/icon.constants-gen.desktop.tsx", "./common-adapters/icon.constants-gen.native.tsx", "./common-adapters/icon.constants-gen.shared.tsx", "./chat/conversation/normal/container.test.tsx", "./common-adapters/markdown/index.test.tsx", "./provision/waiting-overlay.test.tsx", "./tests/e2e/ios-appium" ] }