🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@tsconfig/react-native

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/react-native - npm Package Compare versions

Comparing version
2.0.2
to
2.0.3
+15
-1
package.json

@@ -1,1 +0,15 @@

{"name":"@tsconfig/react-native","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with React Native.","keywords":["tsconfig","react-native"],"version":"2.0.2"}
{
"name": "@tsconfig/react-native",
"repository": {
"type": "git",
"url": "https://github.com/tsconfig/bases.git",
"directory": "bases"
},
"license": "MIT",
"description": "A base TSConfig for working with React Native.",
"keywords": [
"tsconfig",
"react-native"
],
"version": "2.0.3"
}
+2
-2

@@ -24,3 +24,3 @@ ### A base TSConfig for working with React Native.

"display": "React Native",
"_version": "2.0.0",
"_version": "2.0.3",
"compilerOptions": {

@@ -43,3 +43,3 @@ "target": "esnext",

"esModuleInterop": true,
"skipLibCheck": false
"skipLibCheck": true
},

@@ -46,0 +46,0 @@ "exclude": [

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Native",
"_version": "2.0.0",
"_version": "2.0.3",
"compilerOptions": {

@@ -22,3 +22,3 @@ "target": "esnext",

"esModuleInterop": true,
"skipLibCheck": false
"skipLibCheck": true
},

@@ -25,0 +25,0 @@ "exclude": [