From 2c5ea04939e5043c1de699bf1df216b9f3448e8a Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 8 Apr 2021 12:30:22 +0200 Subject: [PATCH] Fix npm package size --- package.json | 3 +-- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 075dde1..b3d0d4e 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,7 @@ "ios/**/*.swift", "ios/VisionCamera.xcodeproj/project.pbxproj", "VisionCamera.podspec", - "README.md", - "docs" + "README.md" ], "scripts": { "test": "jest", diff --git a/tsconfig.json b/tsconfig.json index 6c58c84..7533010 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "esModuleInterop": true, "importsNotUsedAsValues": "error", "forceConsistentCasingInFileNames": true, - "jsx": "react", + "jsx": "react-native", "lib": ["esnext"], "module": "esnext", "moduleResolution": "node",