Sto creando un progetto che utilizza SystemJS / JSPM. Sto anche usando TypeScript.
Ora TypeScript ha l'opzione di compilare JS usando i moduli SystemJS - cosa che sto facendo e tutto va bene. Ho creato i moduli TS e poi ho importato i moduli da JSPM - a quel punto TS usa SystemJS per importare quei moduli in Javascript.
Dove mi confondo è perché SystemJS ha anche la possibilità di usare TypeScript e / o Babel come Transpiler.
Ci sono dei moduli JSPM / NPM pronti là fuori che arrivano in forma Typescript o in forma ES6 che SystemJS utilizzerebbe uno di questi Transpilers per costruire Javascript / o traspare fino a ES5?
O mi manca qualcosa del tutto qui?
Come nota a margine non c'è tag systemjs o tag transpiler sullo scambio di programmatori.