Commit 54e0a092 by g-ouattara

shortcut for some folder

parent dbd5d4f5
{ {
"extends": "expo/tsconfig.base", "extends": "expo/tsconfig.base",
"compilerOptions": { "compilerOptions": {
"strict": true "strict": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@screens/*": ["./src/screens/*"],
"@components/*": ["./src/components/*"],
"@themes/*": ["./src/themes/*"],
"@styles/*": ["./src/styles/*"],
"@hooks/*": ["./src/hooks/*"]
}
} }
} }
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