From 826ae13777edde397af6ac17288440532b54c0de Mon Sep 17 00:00:00 2001 From: castdrian Date: Mon, 15 Jan 2024 12:48:32 +0100 Subject: [PATCH] chore: remove redundant autogenerated file --- tsconfig.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 0e6371f..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "compilerOptions": {}, - "extends": "expo/tsconfig.base" -}