From 815a1cd40498b101e2ec1589f63ae458b9c9e947 Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Sun, 9 Apr 2023 23:32:15 +0200 Subject: [PATCH] Supprimer 'tsconfig.json' --- tsconfig.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index b9567f6..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "expo/tsconfig.base", - "compilerOptions": { - "strict": true - } -}