{
"compilerOptions": {
"typeRoots": ["node_modules/@types"],
"baseUrl": ".",
"paths": {
"@components/*": ["components/*"],
"@hooks/*": ["hooks/*"],
"@features/*": ["redux/features/*"],
"@store": ["redux/store.ts"],
"@styles/*": ["styles/global.css"],
"@types": ["types/index.ts"],
"@utils": ["utils/index.ts"],
},
},
}
Last active
November 13, 2024 06:49
-
-
Save nurmdrafi/e496e59b4ca9f61676423c2a10c409e8 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment