diff --git a/tsconfig.json b/tsconfig.json index b9567f6..6b574f4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,10 @@ { "extends": "expo/tsconfig.base", "compilerOptions": { - "strict": true + "strict": true, + "baseUrl": ".", + "paths": { + "@/*": ["src/*"] + } } }