From 8f096c8222af0569c4ce55d74c266648bc23a770 Mon Sep 17 00:00:00 2001 From: Jacob Spizziri Date: Thu, 27 Apr 2023 11:54:03 -0400 Subject: [PATCH] fix(example): update tsconfig extension path --- example/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/tsconfig.json b/example/tsconfig.json index 5cb09562d..ae1f9779e 100644 --- a/example/tsconfig.json +++ b/example/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/react-native/tsconfig.json", + "extends": "./node_modules/@tsconfig/react-native/tsconfig.json", "compilerOptions": { "paths": { "react-native-track-player": [