This project demonstrates how to setup a CDK project with the TypeScript path mapping support.
The setup makes use of tsconfig-paths
package.
Look through the commit history to see the required changes.
Use global ts-node
configuration in tsconfig.json
to apply path mapping resolution for the
entire project.
See commit 0f351d194007797b8d12b3540f232ff43c45366d
If you only want to apply path mapping resolution for CDK, then you can simply make a small
change to cdk.json
app command.
See commit c6a4993692e5a74d3884f786d8eb282181f0ed92