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