Commit 5abd2065 by G

catch all @ at the end

parent 6cccb409
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
"strict": true, "strict": true,
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"],
"@screens/*": ["./src/screens/*"], "@screens/*": ["./src/screens/*"],
"@components/*": ["./src/components/*"], "@components/*": ["./src/components/*"],
"@themes/*": ["./src/themes/*"], "@themes/*": ["./src/themes/*"],
"@styles/*": ["./src/styles/*"], "@styles/*": ["./src/styles/*"],
"@hooks/*": ["./src/hooks/*"] "@hooks/*": ["./src/hooks/*"],
"@/*": ["./src/*"]
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment