Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 0890ad8

Browse files
committed
fix: add baseUrl to compilerOptions in tsconfig.json
1 parent 0c3ea46 commit 0890ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "expo/tsconfig.base",
33
"compilerOptions": {
44
"strict": true,
5+
"baseUrl": "./src",
56
"paths": {
67
"@/*": ["./src/*"]
78
},

0 commit comments

Comments
 (0)