aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mobile/tsconfig.json')
-rw-r--r--packages/mobile/tsconfig.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/mobile/tsconfig.json b/packages/mobile/tsconfig.json
deleted file mode 100644
index 84d97cb0..00000000
--- a/packages/mobile/tsconfig.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "extends": "expo/tsconfig.base",
- "compilerOptions": {
- "strict": true,
- "baseUrl": ".",
- "paths": {
- "@/*": ["./*"]
- }
- }
-}