From 04572a8e5081b1e4871e273cde9dbaaa44c52fe0 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 13 Mar 2024 21:43:44 +0000 Subject: structure: Create apps dir and copy tooling dir from t3-turbo repo --- apps/mobile/tsconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/mobile/tsconfig.json (limited to 'apps/mobile/tsconfig.json') diff --git a/apps/mobile/tsconfig.json b/apps/mobile/tsconfig.json new file mode 100644 index 00000000..3bcf5741 --- /dev/null +++ b/apps/mobile/tsconfig.json @@ -0,0 +1,14 @@ +{ + "extends": "expo/tsconfig.base", + "compilerOptions": { + "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json", + "types": ["nativewind/types"], + "incremental": true, + "strict": true, + "baseUrl": ".", + "paths": { + "@/*": ["./*"] + } + }, + "exclude": ["node_modules"] +} -- cgit v1.2.3-70-g09d2