@react-native/typescript-config
Advanced tools
Comparing version 0.73.0 to 0.73.1
{ | ||
"name": "@react-native/typescript-config", | ||
"version": "0.73.0", | ||
"version": "0.73.1", | ||
"description": "Default TypeScript configuration for React Native apps", | ||
@@ -12,5 +12,9 @@ "license": "MIT", | ||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config#readme", | ||
"keywords": ["typescript", "tsconfig", "react-native"], | ||
"keywords": [ | ||
"typescript", | ||
"tsconfig", | ||
"react-native" | ||
], | ||
"bugs": "https://github.com/facebook/react-native/issues", | ||
"main": "tsconfig.json" | ||
} |
@@ -6,3 +6,3 @@ { | ||
"target": "esnext", | ||
"module": "commonjs", | ||
"module": "es2015", | ||
"types": ["react-native", "jest"], | ||
@@ -29,4 +29,8 @@ "lib": [ | ||
"strict": true, | ||
"moduleResolution": "nodenext", | ||
"moduleResolution": "bundler", | ||
"customConditions": ["react-native"], | ||
"allowImportingTsExtensions": true, | ||
"allowArbitraryExtensions": true, | ||
"resolveJsonModule": true, | ||
"resolvePackageJsonImports": false, | ||
"allowSyntheticDefaultImports": true, | ||
@@ -33,0 +37,0 @@ "esModuleInterop": true, |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2080
46
1