From 3c8bdeb9be9ec07f1e9b73bb4e6251e9d35dfc16 Mon Sep 17 00:00:00 2001 From: Ricky Zhang Date: Sat, 14 Sep 2024 01:03:40 -0400 Subject: [PATCH] fix: styling --- client/tsconfig.json | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index 1e5e47cc6..b5a2e2136 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -6,23 +6,11 @@ "esModuleInterop": true, "baseUrl": ".", "paths": { - "@firebase/auth": [ - "./node_modules/@firebase/auth/dist/index.rn.d.ts" - ], - "@app/*": [ - "app/*" - ] + "@firebase/auth": ["./node_modules/@firebase/auth/dist/index.rn.d.ts"], + "@app/*": ["app/*"] }, - "typeRoots": [ - "./app/types" - ] + "typeRoots": ["./app/types"] }, - "include": [ - "**/*.ts", - "**/*.tsx", - "env.d.ts" - ], - "exclude": [ - "node_modules" - ] + "include": ["**/*.ts", "**/*.tsx", "env.d.ts"], + "exclude": ["node_modules"] } \ No newline at end of file