Project Template -- Request
I would like to suggest that Jetbrains adds a default project template for typescript projects. Something along the lines of file->new project then from ui be able to choose typescript project. The project would be just a base with everything you need to get started with a typescript project.
I'm not sure if this is the right place to put this, so let me know if there is a better way to suggest this to Jetbrains. :)
Please sign in to leave a comment.
And what is a typescript project? What files are necessary to start with it? Required files mostly depend on target frameworks, etc. The only file needed for most of them is tsconfig.json that can be easily added via File | New