From 2b720405ae3a19ac78fbf3e7231394364ba83c99 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 11 Mar 2024 01:37:22 +0000 Subject: mobile: Prepare to merge into main repo --- packages/mobile/tsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/mobile/tsconfig.json (limited to 'packages/mobile/tsconfig.json') diff --git a/packages/mobile/tsconfig.json b/packages/mobile/tsconfig.json new file mode 100644 index 00000000..84d97cb0 --- /dev/null +++ b/packages/mobile/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "expo/tsconfig.base", + "compilerOptions": { + "strict": true, + "baseUrl": ".", + "paths": { + "@/*": ["./*"] + } + } +} -- cgit v1.2.3-70-g09d2