mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +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
16 lines
561 B
JSON
16 lines
561 B
JSON
{
|
|
"name": "@react-native/typescript-config",
|
|
"version": "0.73.0",
|
|
"description": "Default TypeScript configuration for React Native apps",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/typescript-config"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config#readme",
|
|
"keywords": ["typescript", "tsconfig", "react-native"],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"main": "tsconfig.json"
|
|
}
|