-
Notifications
You must be signed in to change notification settings - Fork 299
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 not compiling #98
Comments
|
I just made an untitled file (unsaved in a tab), set the language to typescript, pasted some code in, then pressed CTRL+SHIFT+N to run it. Do I need to select it as well? |
Got it. So did you try to run the same code (with |
This is needed for ts-node to interpret typescript files correctly.
@axefrog: The reason is that the automatically generated temporary file for your unsaved code (
@formulahendry: I've created a corresponding pull request to apply the correct file ending to the default configuration (#166). |
That's cool. Thanks @philmueller ! |
The text was updated successfully, but these errors were encountered: