aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/tsconfig.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-11 01:37:42 +0000
committerMohamedBassem <me@mbassem.com>2024-03-11 01:37:42 +0000
commit1f3a162fde79dbf9102d2e3f67cfc6b6e2e302e9 (patch)
treeac584f3d4145c06336b16d4da16d55e4478b123b /packages/mobile/tsconfig.json
parentf076adce152575eb21558acdb7ee729f6c55a8e8 (diff)
parent2b720405ae3a19ac78fbf3e7231394364ba83c99 (diff)
downloadkarakeep-1f3a162fde79dbf9102d2e3f67cfc6b6e2e302e9.tar.zst
mobile: Merge mobile repo into main repo
Diffstat (limited to 'packages/mobile/tsconfig.json')
-rw-r--r--packages/mobile/tsconfig.json10
1 files changed, 10 insertions, 0 deletions
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": {
+ "@/*": ["./*"]
+ }
+ }
+}