you need use terminal like this for compile module tsOh, I know it can be used, after all TS compiles to JS, but I don't know HOW.
@Kino Can you post a step by step tutorial on how to setup the environment to do TypeScript development. Setting up Atom (can't stand Visual Studio, can't afford Sublime), putting definitions, making a simple plugin doing nothing special (simple hello world sort of thing), and compiling it to JS.
sorry, I don't have enough experience for help and guide you with this process. i just know the basic that worked for me .Yeah, but I need something in the context of making MV plugins. I've already got typescript running on my craptop, just it doesn't help me if I don't know how to set up Atom to work with it and how to compile the code into a valid JS that is recognized by MV as a correct plugin.
You must be less lazy my friend, you need study, I can not write to you ,months of study in some lines.It's always the details you get stuck on.
I was not sure I understood her, I translated her and she seemed an insult.It's always the details you get stuck on.
Typescript allows you to use types and create interfaces among other things. I've made about 50 or so plugins with it; the language holds up and significantly reduces common JS errors.