Convert module to typescript

Answered

I have a Module that IntelliJ thinks is a Java module when it is filled with typescript code. How can I configure the Module to build as a typescript project (npm run build) from IntelliJ rather than needing to do it through a shell?

0
1 comment

Is there a .iml file under the project directory? Does it help if you specify the module type to "WEB_MODULE"?

0

Please sign in to leave a comment.