@tsconfig/react-native
Advanced tools
+15
-1
@@ -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": [ |
+2
-2
| { | ||
| "$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": [ |
3205
1.81%