/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
rnmodules/react-native-kb/tsconfig.json
30 строк
775 B
chrisnojima
chore(deps): reanimated 4.5.2, worklets 0.11.0, storybook 10.5.1 (#29425)
16 июл 2026, 20:54
Не верифицирован
16 июл 2026, 20:54
6536145
Код
Авторство
О чём код?
{ "compilerOptions": { "paths": { "react-native-kb": ["./src/index"] }, "allowUnreachableCode": false, "allowUnusedLabels": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "jsx": "react", "lib": ["esnext"], "module": "esnext", "moduleResolution": "bundler", "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noImplicitUseStrict": false, "noStrictGenericChecks": false, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "lib/typescript", "resolveJsonModule": true, "rootDir": "src", "skipLibCheck": true, "strict": true, "target": "esnext" }, "exclude": ["lib"], "include": ["src"] }