aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-10 22:16:05 +0000
committerMohamedBassem <me@mbassem.com>2024-03-10 22:16:05 +0000
commit240ba2885fe716e63bf88dfdbd5f435e76919e29 (patch)
treefc30d33b2825c086a9c2c035b79f3195679e502f /tsconfig.json
parentf426d0d407335f9db6259a7a77c01ade9a01593b (diff)
downloadkarakeep-240ba2885fe716e63bf88dfdbd5f435e76919e29.tar.zst
Init expo, and tailwind
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 5 insertions, 1 deletions
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": {
+ "@/*": ["./*"]
+ }
}
}