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

Vla*_*sJS 5 typescript grunt-ts

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

我们正在使用grunt-ts

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

这是TS文档的链接

指定"类型":[]禁用自动包含@types包.

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

有人能帮我吗?