netlify / vue-cli-plugin-netlify-lambda

Netlify Lambda plugin for Vue CLI
76 stars 12 forks source link

Is there any option for typescript support? #15

Open hckhanh opened 4 years ago

hckhanh commented 4 years ago

I realize that there is an options for aws-lambda for typescript. Can we have this feature? https://github.com/sw-yx/create-react-app-lambda-typescript

earlAchromatic commented 3 years ago

Any update for this? Trying to use Typescript and can manually build the functions using the netlify-lambda command on the cli and it works, but can't get it to build with this plugin. The plugin totally bypasses the .ts files.