Babel 6 Typescript预设

时间:2018-10-31 03:13:09

标签: javascript typescript babel

我正在寻找Typescript的Babel预设,但是对于Babel 6,而不是Babel7。我似乎找不到此模块。 Babel 6不支持TS预设吗?

1 个答案:

答案 0 :(得分:0)

如果您使用的是TypeScript 1.8+,则简短的回答是babel 6不支持它。babel 7附带了TS支持作为卖点。

这里https://matthewrwilton.wordpress.com/2016/03/18/typescript-to-es2015-es6-to-es5-via-babel-6/和这里https://devblogs.microsoft.com/typescript/typescript-and-babel-7/

要使其与babel 6一起工作,其工作量将远远超过升级至babel 7的方式。