From a215f29a0e8e09bcb1cf1d08ce4ac6b4a4b24227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20J=2E=20G=C3=B6decke?= Date: Thu, 17 Oct 2024 14:12:33 +0200 Subject: [PATCH] fix example typescript --- example/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/tsconfig.json b/example/tsconfig.json index 36e34e0930..4e9385564b 100644 --- a/example/tsconfig.json +++ b/example/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../package/tsconfig", "compilerOptions": { "paths": { - "react-native-vision-camera": ["../src/index"] + "react-native-vision-camera": ["../package/src/index"] } }, "include": ["src", "index.js"],