/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/tsconfig.base.json
38 строк
1 KB
chrisnojima-zoom
Version 670 - clean2 (#29122)
08 июн 2026, 19:31
Не верифицирован
08 июн 2026, 19:31
1943197
Код
Авторство
О чём код?
{ "extends": "expo/tsconfig.base", "compilerOptions": { "allowJs": false, "allowImportingTsExtensions": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "checkJs": false, "incremental": true, "isolatedModules": true, "jsx": "preserve", "module": "preserve", "moduleResolution": "bundler", "exactOptionalPropertyTypes": false, "noEmit": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitOverride": true, "noImplicitReturns": true, "noImplicitThis": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": false, "strict": true, "target": "esnext" }, "watchOptions": { "watchFile": "useFsEvents", "watchDirectory": "useFsEvents", "fallbackPolling": "dynamicPriority", "synchronousWatchDirectory": true, "excludeDirectories": ["**/node_modules", "./desktop/dist", "./desktop/build"] } }