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

Project is not build when using `composite:true`

Open aditya81070 opened this issue 4 years ago • 0 comments

The typescript provides project references to combine two projects using references and composite flag in compilerOptions. (Check this example on typescript docs).

I have set up a similar project except I am using serverless-plugin-typescript to work with serverless-offline + typescript. When I try to run the project using serverless offline and composite: false, the project is successfully built. As soon as I set this flag to true and run the project, it says that not all files are included in the include or files pattern but I have added the files to includes in the tsconfig.json that is picked up by this plugin.

aditya81070 avatar Jan 19 '21 06:01 aditya81070