我正在使用 TypeScript 1.5 为一个简单的 angular2 应用程序生成 ES5 脚本。
我是否需要在我的 index.html 文件中同时包含引用模块加载器(例如 SystemJS)的脚本元素和引用 traceur(例如下面的)的脚本元素?
<script src="https://github.jspm.io/jmcriffey/bower-traceur-runtime@0.0.91/traceur-runtime.js"></script>
script src="https://jspm.io/system@0.16.js"></script>
...或者我只需要 SystemJS 的脚本元素吗?