/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/typescript-config/package.json
22 строки
664 B
Alex Hunt
Extend check-packages-test to validate additional required fields (#57510)
10 июл 2026, 22:27
10 июл 2026, 22:27
042833e
Код
Авторство
О чём код?
{ "name": "@react-native/typescript-config", "version": "0.87.0-main", "description": "Default TypeScript configuration for React Native apps", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/react/react-native.git", "directory": "packages/typescript-config" }, "homepage": "https://github.com/react/react-native/tree/HEAD/packages/typescript-config#readme", "keywords": [ "typescript", "tsconfig", "react-native" ], "bugs": "https://github.com/react/react-native/issues", "exports": { ".": "./tsconfig.json" }, "files": ["README.md", "tsconfig.json", "tsconfig.strict.json"] }