You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Duffman,
I wanted you to know that I love your package and wanted to use it for AWS SAM.
Sadly, it was missing some parameters, so I reworked your package and added them.
What I did was add a new config file: tspath.json, in which you can use variables other than those of tsconfig.json.
I also added a few extra flags:
root: for a different root directory
absPath: to make all paths absolute
I still need to add an --env flag, but I'm getting there.
Hey Duffman,
I wanted you to know that I love your package and wanted to use it for AWS SAM.
Sadly, it was missing some parameters, so I reworked your package and added them.
What I did was add a new config file:
tspath.json
, in which you can use variables other than those oftsconfig.json
.I also added a few extra flags:
I still need to add an --env flag, but I'm getting there.
The codebase can be found here: https://github.com/pidz-development/tspath-aws-sam.
Best regards
The text was updated successfully, but these errors were encountered: