-
-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript integration #39
Comments
|
Good question, so this would be a good example for this repo so I'll add it as a feature request. |
I'm also using Typescript but I'm having a problem with my IDE (VSCode). For types to work, it needs to load @types files but when VSCode try to find the types inside |
@focux Compare with Microsoft recipe, which installs in host: https://github.com/Microsoft/vscode-recipes/tree/master/Docker-TypeScript |
@focux in cases where you need host tools to see node_modules, then you could:
|
Hi Bret,
I'm using typescript with node.
the command 'npm run build' generate the compiled sources on 'dist' folder.
I want to ask you how would you update the Dockerfile to use a prepiler as typescript or babel with node? What is best practice on this case?
Thanks,
Diego
The text was updated successfully, but these errors were encountered: