TP-0 | Root alias added

This commit is contained in:
Aman Chaturvedi
2023-09-22 12:22:19 +05:30
parent 20cbec2b80
commit 9a15e8158d
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ module.exports = {
cwd: 'babelrc',
extensions: ['.ts', '.tsx', '.js', '.ios.js', '.android.js'],
alias: {
'@root': './src',
'@components': './src/components',
'@hooks': './src/hooks',
'@actions': './src/action',