/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/typescript-config/tsconfig.json
43 строки
1 KB
Alex Hunt
Remove redundant config value for @types/react-native (#51119)
06 май 2025, 16:49
06 май 2025, 16:49
c34987f
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "React Native", "compilerOptions": { "target": "esnext", "module": "esnext", "types": ["jest"], "lib": [ "es2019", "es2020.bigint", "es2020.date", "es2020.number", "es2020.promise", "es2020.string", "es2020.symbol.wellknown", "es2021.promise", "es2021.string", "es2021.weakref", "es2022.array", "es2022.object", "es2022.string" ], "allowJs": true, "jsx": "react-native", "noEmit": true, "isolatedModules": true, "strict": true, "moduleResolution": "bundler", "customConditions": ["react-native"], "allowImportingTsExtensions": true, "allowArbitraryExtensions": true, "resolveJsonModule": true, "resolvePackageJsonImports": false, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, // Causes issues with package.json "exports" "forceConsistentCasingInFileNames": false }, "exclude": [ "**/Pods/**" ] }