Hey everyone, Thanks for the help regarding getting me started with TypeScript.This is my earlier post: https://www.reddit.com/r/node/comments/a7faes/should_i_learn_type_script/.I list the stuff I have so you great folks can guide me better:- I have TypeScript 3.2 installed globally.- I have VScode setup for TypeScript ( IntelliSense ).- I'm proficient with vanilla javascript.- The code is compiling fine from TS --> JS.The question I have regarding TypeScript now:- Do you keep both files? The compiled JS and the TS file. If not, do you put your compiled code into production and the TS code into the development build?My question is directly related to workflow rather than writing TypeScript.
Submitted February 02, 2019 at 11:38PM by Saud381
No comments:
Post a Comment