@react-native/typescript-config 0.87.0-nightly-20260608-2ff3b81dc → 0.87.0-nightly-20260618-e1b0c7750

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @react-native/typescript-config
2
2
 
3
+ [![npm]](https://www.npmjs.com/package/@react-native/typescript-config) [![npm downloads]](https://www.npmjs.com/package/@react-native/typescript-config)
4
+
5
+ [npm]: https://img.shields.io/npm/v/@react-native/typescript-config.svg?color=blue
6
+ [npm downloads]: https://img.shields.io/npm/dm/@react-native/typescript-config.svg
7
+
3
8
  This package provides the default `tsconfig.json` used by newly built React Native apps.
4
9
 
5
10
  This template is customized for specific versions of React Native, and should be updated in sync with the rest of your app.
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@react-native/typescript-config",
3
- "version": "0.87.0-nightly-20260608-2ff3b81dc",
3
+ "version": "0.87.0-nightly-20260618-e1b0c7750",
4
4
  "description": "Default TypeScript configuration for React Native apps",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/facebook/react-native.git",
8
+ "url": "git+https://github.com/react/react-native.git",
9
9
  "directory": "packages/typescript-config"
10
10
  },
11
- "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config#readme",
11
+ "homepage": "https://github.com/react/react-native/tree/HEAD/packages/typescript-config#readme",
12
12
  "keywords": [
13
13
  "typescript",
14
14
  "tsconfig",
15
15
  "react-native"
16
16
  ],
17
- "bugs": "https://github.com/facebook/react-native/issues",
17
+ "bugs": "https://github.com/react/react-native/issues",
18
18
  "exports": {
19
19
  ".": "./tsconfig.json",
20
20
  "./strict": "./tsconfig.strict.json"
package/tsconfig.json CHANGED
@@ -19,7 +19,9 @@
19
19
  "es2022.array",
20
20
  "es2022.error",
21
21
  "es2022.object",
22
- "es2022.string"
22
+ "es2022.string",
23
+ "es2024.promise",
24
+ "esnext.promise"
23
25
  ],
24
26
  "allowJs": true,
25
27
  "jsx": "react-native",