serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Support user-defined path for tsconfig.json
I'm managing both the server and the client code in a single repository.
Since I'd like to disable most of the transpilations for the serverless code, I want to use different tsconfig.json files for them.
It'd help a lot if I can specify which config file to use for this plugin.
bump..
Going to open a pull request with a fix for this. Just working on it now!
Can someone assign me to this issue please?
Implemented here: https://github.com/prisma-labs/serverless-plugin-typescript/pull/205