A while ago, I saw a post in this issue talking about building with tsconfig-paths. For me it worked like this:
node -r ts-node/register -r tsconfig-paths/register dist/index.js
Is it correct for this to remain in production? Or should it somehow stick to the raw path when compiling?
A while ago, I saw a post in this issue talking about building with tsconfig-paths. For me it worked like this:
node -r ts-node/register -r tsconfig-paths/register dist/index.js
Is it correct for this to remain in production? Or should it somehow stick to the raw path when compiling?