From c10a64b5161d8195192653ce91047d6a10724e93 Mon Sep 17 00:00:00 2001 From: juliusmarminge Date: Mon, 29 Jan 2024 10:47:37 +0100 Subject: [PATCH] fmt --- examples/minimal-expo/tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/minimal-expo/tsconfig.json b/examples/minimal-expo/tsconfig.json index 4082d4247b..11d44509ce 100644 --- a/examples/minimal-expo/tsconfig.json +++ b/examples/minimal-expo/tsconfig.json @@ -3,8 +3,8 @@ "compilerOptions": { "strict": true, "paths": { - "~/*": ["./*"] - } + "~/*": ["./*"], + }, }, - "include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"] + "include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"], }