2017-06-29 63 views
5

當我嘗試在tsconfig.json中設置"types": []時,我遇到了以下錯誤error TS6044: Compiler option 'types' expects an argument.錯誤TS6044:編譯器選項'類型'需要參數

我們使用咕嚕-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.

有人能幫助我嗎?

回答

0

最後,我已經解決了我指定茉莉花類型 「types」的問題:[「jasmine」]

1

我建議使用tsconfig.json passthrough與該參數和grunt-ts。 TypeScript 2.x中的一些新功能在命令行中效果不佳或根本不起作用。或者,您可以嘗試使用grunt-ts的additionalFlags功能,並將「」作爲類型值。我不是靠近電腦來測試它,但它可以工作。