Convert module to typescript

已回答

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

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

0

请先登录再写评论。