Commit 5abd2065 by G

catch all @ at the end

parent 6cccb409
......@@ -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/*"]
}
}
}
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