错误TS6044:编译器选项'types'需要一个参数

时间:2017-06-29 08:30:13

标签: typescript grunt-ts

尝试在tsconfig.json中设置error TS6044: Compiler option 'types' expects an argument.时,我遇到以下错误"types": []

我们正在使用 grunt-ts

这是官方TS文档推荐的,以消除以下错误:node_modules/@types/angular/index.d.ts(14,9): error TS2403

Here is the link to TS documentation

指定“类型”:[]禁用自动包含@types包。

但是,我没有禁用自动包含@types,而是看到错误error TS6044: Compiler option 'types' expects an argument.

有人可以帮助我吗?

2 个答案:

答案 0 :(得分:1)

我建议使用tsconfig.json passthrough和该参数以及grunt-ts。 TypeScript 2.x时间范围中的一些新功能在命令行中运行不佳或根本无法运行。或者,您可以尝试使用grunt-ts的additionalFlags功能并将“”作为类型值传递。我不是靠近电脑来测试它,但它可以工作。

答案 1 :(得分:0)

最后,我已经解决了我在类型中指定茉莉花的问题  "类型" :[" jasmine"]