From 240ba2885fe716e63bf88dfdbd5f435e76919e29 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 10 Mar 2024 22:16:05 +0000 Subject: Init expo, and tailwind --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index b9567f60..84d97cb0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,10 @@ { "extends": "expo/tsconfig.base", "compilerOptions": { - "strict": true + "strict": true, + "baseUrl": ".", + "paths": { + "@/*": ["./*"] + } } } -- cgit v1.2.3-70-g09d2