@sebschrader mentioned that with a working typescript setup, one may think about using typescript to compile all of our javascript, and not only the (future) typescript files. In that regard, it would not serve any purpose to compile and then transpile things again; typescript has its own backward-compatability-capabilities.
@sebschrader mentioned that with a working typescript setup, one may think about using typescript to compile all of our javascript, and not only the (future) typescript files. In that regard, it would not serve any purpose to compile and then transpile things again; typescript has its own backward-compatability-capabilities.