Why aren't typescript files compiled on "make"

I have installed the typescript plugin in IntelliJ 14.1.3.
When I double-click on a typescript file, the .js file and the .map file are generated as they should, but when I run "make" they are not generated. This is an issue because those generated files are not tracked by my VCS so I have to double-click every TS file in the project.

Is there a way to have "make" build typescript files?

0
2 comments

Hi! Unfortunately there is no way to link typescript files compiling and 'make' process.

You can call the 'TypeScript Compile All' action using typescript compiler tool window or using a keyboard shortcut (you can specify shortcut for the action in the settings: Preferences -> Keymaps -> TypeScript compile all).

0
Avatar
Permanently deleted user

Ok, thanks a lot!

0

Please sign in to leave a comment.