serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Support user-defined path for tsconfig.json

Open remagpie opened this issue 6 years ago • 4 comments

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.

remagpie avatar Oct 15 '19 21:10 remagpie

bump..

wickstargazer avatar Nov 13 '19 11:11 wickstargazer

Going to open a pull request with a fix for this. Just working on it now!

Scotsoo avatar May 01 '20 10:05 Scotsoo

Can someone assign me to this issue please?

Scotsoo avatar May 01 '20 10:05 Scotsoo

Implemented here: https://github.com/prisma-labs/serverless-plugin-typescript/pull/205

Scotsoo avatar May 01 '20 12:05 Scotsoo