From 1ca4130d5061826a6e6352adfdf3c2fd3d1808ef Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Fri, 19 Feb 2021 21:18:31 +0100 Subject: [PATCH] update config --- react-native-vision-camera.podspec | 2 -- tsconfig.json | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/react-native-vision-camera.podspec b/react-native-vision-camera.podspec index c75612a..bf2492c 100644 --- a/react-native-vision-camera.podspec +++ b/react-native-vision-camera.podspec @@ -13,9 +13,7 @@ Pod::Spec.new do |s| s.platforms = { :ios => "11.0" } s.source = { :git => "https://github.com/mrousavy/react-native-vision-camera.git", :tag => "#{s.version}" } - s.source_files = "ios/**/*.{h,m,mm,swift}" - s.dependency "React-Core" end diff --git a/tsconfig.json b/tsconfig.json index f2a88e9..06d85f2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,8 @@ "resolveJsonModule": true, "skipLibCheck": true, "strict": true, - "target": "esnext" + "target": "esnext", + "outDir": "lib" }, "exclude": [ "node_modules",