diff --git a/tsconfig.json b/tsconfig.json index 8655561..4fae3b1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,12 +4,12 @@ "strict": true, "baseUrl": ".", "paths": { - "@/*": ["./src/*"], "@screens/*": ["./src/screens/*"], "@components/*": ["./src/components/*"], "@themes/*": ["./src/themes/*"], "@styles/*": ["./src/styles/*"], - "@hooks/*": ["./src/hooks/*"] + "@hooks/*": ["./src/hooks/*"], + "@/*": ["./src/*"] } } }