You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm building project with tsc command it works fine and tsx files are compiled, but when it is built with [serverless-plugin-typescript) it misses tsx files
Any workeround?
The text was updated successfully, but these errors were encountered:
Here is my tsConfig and my goal is to have compiled tsx files in a build.
When I'm building project with
tsc
command it works fine and tsx files are compiled, but when it is built with[serverless-plugin-typescript)
it missestsx
filesAny workeround?
The text was updated successfully, but these errors were encountered: