duffman / tspath

TypeScript path alias resolver
GNU Lesser General Public License v2.1
151 stars 33 forks source link

Reworked your package #30

Open Pidz-b opened 5 years ago

Pidz-b commented 5 years ago

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:

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