From b24b68a24e3fb0c7d326d9613c6bed16661566a3 Mon Sep 17 00:00:00 2001 From: juliusmarminge Date: Sat, 25 Jan 2025 20:38:29 +0100 Subject: [PATCH] fmt --- apps/expo/nativewind-env.d.ts | 2 +- apps/expo/tsconfig.json | 25 ++++++------------------- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/apps/expo/nativewind-env.d.ts b/apps/expo/nativewind-env.d.ts index c0d838073..958346287 100644 --- a/apps/expo/nativewind-env.d.ts +++ b/apps/expo/nativewind-env.d.ts @@ -1,3 +1,3 @@ /// -// NOTE: This file should not be edited and should be committed with your source code. It is generated by NativeWind. \ No newline at end of file +// NOTE: This file should not be edited and should be committed with your source code. It is generated by NativeWind. diff --git a/apps/expo/tsconfig.json b/apps/expo/tsconfig.json index bb95a2b42..dbdd33d79 100644 --- a/apps/expo/tsconfig.json +++ b/apps/expo/tsconfig.json @@ -1,25 +1,14 @@ { - "extends": [ - "@acme/tsconfig/base.json" - ], + "extends": ["@acme/tsconfig/base.json"], "compilerOptions": { "baseUrl": ".", "paths": { - "~/*": [ - "./src/*" - ] + "~/*": ["./src/*"] }, "jsx": "react-native", - "types": [ - "nativewind/types" - ], + "types": ["nativewind/types"], "checkJs": false, - "moduleSuffixes": [ - ".ios", - ".android", - ".native", - "" - ] + "moduleSuffixes": [".ios", ".android", ".native", ""] }, "include": [ "src", @@ -29,7 +18,5 @@ "expo-env.d.ts", "nativewind-env.d.ts" ], - "exclude": [ - "node_modules" - ] -} \ No newline at end of file + "exclude": ["node_modules"] +}