serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Typescript Support? #138

Closed james-ingold closed 6 years ago

james-ingold commented 6 years ago

Is there any way to get typescript support? I've used the serverless-plugin-typescript before but it doesn't seem to work with serverless-kubeless. https://github.com/prismagraphql/serverless-plugin-typescript

Anyone using this plugin with typescript or have recommendations?

Thanks,

James

alexander-alvarez commented 6 years ago

Are you able to build before running sls deploy? Then you can include the dist/ or whatever your compilerOptions.outDir is, and everything should work since it's javascript.