mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
cae52f6cf8
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37345 This moves from `tsconfig/react-native`, a centralized repository of tsconfigs, to `react-native/typescript-config`, a package maintained as part of the RN monorepo. We end up wanting to make changes where the versions are coupled, so this publishes them as part of the same repo, etc. It also means Meta engineers can more freely make changes to it with normal approval processes. Changelog: [General][Added] - Add react-native/typescript-config Reviewed By: cortinico Differential Revision: D45721088 fbshipit-source-id: b949bffb14014695abf3b9b359d3f5e30bfc8919
249 B
249 B
@react-native/typescript-config
This package provides the default tsconfig.json
used by newly built React Native apps.
This template is customized for specific versions of React Native, and should be updated in sync with the rest of your app.