當我嘗試在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.
有人能幫助我嗎?