Skip to content

Instantly share code, notes, and snippets.

@vasylpb
Created February 13, 2022 17:57
Show Gist options
  • Save vasylpb/f73f098ddf975827b9c3fba9ac850d98 to your computer and use it in GitHub Desktop.
Save vasylpb/f73f098ddf975827b9c3fba9ac850d98 to your computer and use it in GitHub Desktop.
resolve: {
alias: Object.keys(tsconfig.compilerOptions.paths).reduce((aliases, aliasName) => {
aliases[aliasName] = path.resolve(__dirname, `src/${tsconfig.compilerOptions.paths[aliasName][0]}`)
return aliases
}, {})
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment