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
指定 "types": [] 以禁用自动包含 @types 包。
但是我没有禁用 @types 的自动包含,而是看到了错误error TS6044: Compiler option 'types' expects an argument.
有人能帮我吗?